X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=web%2FMonitorWeb%2Fmonitorweb%2Fcontrollers.py;h=74b27703f7971826dd889d942367d651696ae58b;hp=48ec3d24d3a4f5d468f30b6549f68af96a5385a7;hb=a21f1f49c94a666768d3bce90659d4fcb0c7b180;hpb=79e0b110f78d8bab2d5b659c1bbc572f8168b104 diff --git a/web/MonitorWeb/monitorweb/controllers.py b/web/MonitorWeb/monitorweb/controllers.py index 48ec3d2..74b2770 100644 --- a/web/MonitorWeb/monitorweb/controllers.py +++ b/web/MonitorWeb/monitorweb/controllers.py @@ -54,6 +54,7 @@ class NodeQueryFields(widgets.WidgetsList): kernel_version = widgets.CheckBox(label="Kernel") bootcd_version = widgets.CheckBox(label="BootCD") boot_server = widgets.CheckBox(label="Boot Server") + install_date = widgets.CheckBox(label="Installation Date") observed_status = widgets.CheckBox(label="Observed Status") uptime = widgets.CheckBox(label="Uptime") traceroute = widgets.CheckBox(label="Traceroute")