Commit e7547a7c authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_web: Minor Fix (hide the right button)

When render the form, ensure the "Show Form" button is hide.
parent 9f4c67ec
...@@ -535,7 +535,7 @@ ...@@ -535,7 +535,7 @@
throw new Error("undefined json_url"); throw new Error("undefined json_url");
} }
var g = this, var g = this,
to_hide = g.props.element.querySelector("button.slapos-show-raw-parameter"), to_hide = g.props.element.querySelector("button.slapos-show-form"),
softwaretype; softwaretype;
if (to_hide !== null) { if (to_hide !== null) {
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>950.44873.5010.2867</string> </value> <value> <string>950.44887.51427.32153</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1461346067.07</float> <float>1461811945.72</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment