Commit f3a83a58 authored by Roque's avatar Roque

erp5_web_monitoring: update header options (software instance view)

parent a2a9e716
......@@ -39,7 +39,16 @@
return header_options;
});
case "software_instance":
return {};
header_options.refresh_action = true;
if (page_options.doc._links !== undefined) {
header_options.resources_url = "a";
header_options.processes_url = "b";
if (header_options.hasOwnProperty('actions_url'))
delete header_options.actions_url;
if (header_options.hasOwnProperty('tab_url'))
delete header_options.tab_url;
}
return header_options;
case "promise":
return {};
default:
......
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>1015.64614.5724.62173</string> </value>
<value> <string>1015.64614.45310.47240</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -262,7 +262,7 @@
</tuple>
<state>
<tuple>
<float>1713454481.43</float>
<float>1713454809.07</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