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 @@
throw new Error("undefined json_url");
}
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;
if (to_hide !== null) {
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>950.44873.5010.2867</string> </value>
<value> <string>950.44887.51427.32153</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1461346067.07</float>
<float>1461811945.72</float>
<string>UTC</string>
</tuple>
</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