Commit a1183edf authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: only show "slapos" actions in the panel

parent bfd807d5
...@@ -103,6 +103,8 @@ ...@@ -103,6 +103,8 @@
"action_object_clone_action": "display_dialog_with_history" "action_object_clone_action": "display_dialog_with_history"
}, { }, {
"action_object_clone_action": true "action_object_clone_action": true
}, function filter(action) {
return (action.name.indexOf('slapos') !== -1);
}); });
workflow_list = JSON.stringify(group_mapping.action_workflow); workflow_list = JSON.stringify(group_mapping.action_workflow);
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1003.51398.5582.26231</string> </value> <value> <string>1003.51435.35621.36403</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1666339681.73</float> <float>1666341894.8</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