|
|
|
@ -25,7 +25,7 @@ if container_running then
|
|
|
|
|
<div class="cbi-value cbi-value-last">
|
|
|
|
|
<label class="cbi-value-title"> </label>
|
|
|
|
|
<div class="cbi-value-field">
|
|
|
|
|
<input type="button" class="btn cbi-button cbi-button-apply" name="start" value="Open nodered" onclick="window.open('http://'+location.hostname+':<%=port%>/', '_blank')">
|
|
|
|
|
<input type="button" class="btn cbi-button cbi-button-apply" name="start" value="<%:Open nodered%>" onclick="window.open('http://'+location.hostname+':<%=port%>/', '_blank')">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<% end %>
|
|
|
|
|