Skip to content

Commit

Permalink
Added built Rancher UI source files
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Jan 29, 2018
1 parent 4f02fc0 commit f59654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ exports["default"] = Ember.HTMLBars.template((function() {
var el5 = dom.createTextNode("Create it by switching into the ");
dom.appendChild(el4, el5);
var el5 = dom.createElement("a");
dom.setAttribute(el5,"href","https://console.hetzer.cloud");
dom.setAttribute(el5,"href","https://console.hetzner.cloud");
var el6 = dom.createTextNode("Hetzner Cloud Console");
dom.appendChild(el5, el6);
dom.appendChild(el4, el5);
Expand Down

0 comments on commit f59654c

Please sign in to comment.