Commit 768544c2 authored by Romain Courteaud's avatar Romain Courteaud

slapos_jio: do not display links without href

parent fd3918c6
......@@ -224,7 +224,8 @@
{
"class": "ui-bar ui-corner-all last-child " + right_class
}, [
domsugar("a", sub_link_configuration_dict)
domsugar(sub_link_configuration_dict.href ? "a" : "span",
sub_link_configuration_dict)
]);
if (right_class === 'ui-btn-hide') {
// expand main button to use the space
......
......@@ -278,7 +278,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>1010.24757.4921.60774</string> </value>
<value> <string>1010.24757.23775.49783</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -298,7 +298,7 @@
</tuple>
<state>
<tuple>
<float>1691747841.61</float>
<float>1691747920.75</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