Commit c597decf authored by Alain Takoudjou's avatar Alain Takoudjou

slapos_monitoring: minor changes

parent 2462c173
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
CACHE MANIFEST\n CACHE MANIFEST\n
# generated on Fri, 30 Mars 2016 11:45:33 +0000\n # generated on Fri, 11 April 2016 11:45:33 +0000\n
# XXX + fonts\n # XXX + fonts\n
# images/ajax-loader.gif\n # images/ajax-loader.gif\n
CACHE:\n CACHE:\n
...@@ -326,7 +326,7 @@ NETWORK:\n ...@@ -326,7 +326,7 @@ NETWORK:\n
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>950.11734.46994.47240</string> </value> <value> <string>950.28768.11607.28996</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -344,7 +344,7 @@ NETWORK:\n ...@@ -344,7 +344,7 @@ NETWORK:\n
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1459356896.12</float> <float>1460450834.81</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -135,9 +135,7 @@ ...@@ -135,9 +135,7 @@
['edit_url', 'Edit', 'pencil'], ['edit_url', 'Edit', 'pencil'],
['add_url', 'Add', 'plus'], ['add_url', 'Add', 'plus'],
['new_url', 'New', 'plus'], ['new_url', 'New', 'plus'],
['refresh_url', 'Refresh', 'refresh'], ['refresh_url', 'Refresh', 'refresh']
['display_grid', 'Change View', 'grid'],
['display_list', 'Change View', 'bullets']
], ],
possible_right_button_list = [ possible_right_button_list = [
['save_action', 'Save', 'check', 'submit'], ['save_action', 'Save', 'check', 'submit'],
......
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>948.30482.37472.6331</string> </value> <value> <string>950.28768.11607.28996</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1452873280.01</float> <float>1460450584.75</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -14,21 +14,6 @@ ...@@ -14,21 +14,6 @@
return gadget.getDeclaredGadget("listview") return gadget.getDeclaredGadget("listview")
.push(function (listbox_gadget) { .push(function (listbox_gadget) {
gadget.property_dict.listview = listbox_gadget; gadget.property_dict.listview = listbox_gadget;
return gadget.getSetting('monitoring_display_filter');
})
.push(function (display_filter) {
gadget.property_dict.display_filter = display_filter || '';
});
})
.ready(function (gadget) {
return gadget.getSetting('jio_storage_description')
.push(function (jio_storage) {
if (! jio_storage) {
return gadget.redirect({
page: 'settings_configurator'
});
}
gadget.property_dict.listview_data_url = jio_storage.sub_storage.sub_storage.url;
}); });
}) })
.declareMethod('render', function (options) { .declareMethod('render', function (options) {
...@@ -45,7 +30,6 @@ ...@@ -45,7 +30,6 @@
title: 'Title' title: 'Title'
}, },
data_id: 'monitor.global', data_id: 'monitor.global',
data_url: gadget.property_dict.listview_data_url,
search_column_list: [ search_column_list: [
{select: 'status', title: 'Status'}, {select: 'status', title: 'Status'},
{select: 'hosting-title', title: 'Date'} {select: 'hosting-title', title: 'Date'}
......
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>949.23937.2972.5563</string> </value> <value> <string>950.28768.11607.28996</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1458226729.62</float> <float>1460450670.49</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -71,11 +71,6 @@ ...@@ -71,11 +71,6 @@
} }
}; };
if (gadget.property_dict.display_option == 'list') {
header.display_grid = '#page=main&display=grid';
} else {
header.display_list = '#page=main&display=list';
}
return gadget.updateHeader(header) return gadget.updateHeader(header)
.push(function () { .push(function () {
if (options.opml_url) { if (options.opml_url) {
......
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>949.58584.63587.19677</string> </value> <value> <string>950.28768.11607.28996</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1458314108.86</float> <float>1460450783.19</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -261,11 +261,11 @@ ...@@ -261,11 +261,11 @@
</item> </item>
<item> <item>
<key> <string>skin_selection_name</string> </key> <key> <string>skin_selection_name</string> </key>
<value> <string>HalRestricted</string> </value> <value> <string>Hal</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Restricted Hateoas</string> </value> <value> <string>Hateoas</string> </value>
</item> </item>
<item> <item>
<key> <string>view_action_category</string> </key> <key> <string>view_action_category</string> </key>
...@@ -434,7 +434,7 @@ ...@@ -434,7 +434,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>949.6675.61849.23210</string> </value> <value> <string>950.29945.27881.11383</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1459762739.09</float> <float>1460450799.56</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
web_page_module/gadget_monitoring_* web_page_module/gadget_monitoring_*
web_site_module/monitoring_render_js web_site_module/monitoring_render_js
web_site_module/monitoring_render_js/** web_site_module/monitoring_render_js/hateoas
web_page_module/gadget_erp5_graph_* web_page_module/gadget_erp5_graph_*
web_page_module/jio_dev_rssfeed_storage_js web_page_module/jio_dev_rssfeed_storage_js
web_page_module/chart_min_js web_page_module/chart_min_js
......
web_page_module/gadget_monitoring_* web_page_module/gadget_monitoring_*
web_site_module/monitoring_render_js web_site_module/monitoring_render_js
web_site_module/monitoring_render_js/** web_site_module/monitoring_render_js/hateoas
web_page_module/gadget_erp5_graph_* web_page_module/gadget_erp5_graph_*
web_page_module/jio_dev_rssfeed_storage_js web_page_module/jio_dev_rssfeed_storage_js
web_page_module/chart_min_js web_page_module/chart_min_js
......
...@@ -7,4 +7,4 @@ web_page_module/jsen_json_validator_js ...@@ -7,4 +7,4 @@ web_page_module/jsen_json_validator_js
web_page_module/magnific-popup.css web_page_module/magnific-popup.css
web_page_module/rjs_dygraph_js web_page_module/rjs_dygraph_js
web_site_module/monitoring_render_js web_site_module/monitoring_render_js
web_site_module/monitoring_render_js/** web_site_module/monitoring_render_js/hateoas
\ No newline at end of file \ No newline at end of file
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