From c4f02ddef58163120a6b51a04fd376e7706f6040 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Mon, 7 Jul 2014 16:39:55 +0200 Subject: [PATCH 1/1] styles --- plugins/apply/templates/apply.html | 4 ++-- .../queryupdater/templates/queryupdater.html | 8 +++---- plugins/scheduler2/static/css/scheduler2.css | 2 +- portal/sliceresourceview.py | 24 +++++++++---------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/plugins/apply/templates/apply.html b/plugins/apply/templates/apply.html index a4c5a332..1c449b2b 100644 --- a/plugins/apply/templates/apply.html +++ b/plugins/apply/templates/apply.html @@ -5,7 +5,7 @@ - - - - + + + + diff --git a/plugins/scheduler2/static/css/scheduler2.css b/plugins/scheduler2/static/css/scheduler2.css index cb844a87..93101003 100755 --- a/plugins/scheduler2/static/css/scheduler2.css +++ b/plugins/scheduler2/static/css/scheduler2.css @@ -273,7 +273,7 @@ td.no-image { } .legend ol li.selected { - background: #25BA25; + background: #FFFF99; } /* latest stuff */ diff --git a/portal/sliceresourceview.py b/portal/sliceresourceview.py index da362d36..d7768991 100644 --- a/portal/sliceresourceview.py +++ b/portal/sliceresourceview.py @@ -18,7 +18,7 @@ from myslice.configengine import ConfigEngine from plugins.apply import ApplyPlugin from plugins.querytable import QueryTable from plugins.googlemap import GoogleMap -#from plugins.queryupdater import QueryUpdater +# from plugins.queryupdater import QueryUpdaterPlugin from plugins.filter_status import FilterStatusPlugin from plugins.testbeds import TestbedsPlugin from plugins.scheduler2 import Scheduler2 @@ -185,17 +185,17 @@ class SliceResourceView (LoginRequiredView, ThemeView): # -------------------------------------------------------------------------- # QueryUpdater (Pending Operations) -#DEPRECATED| pending_resources = QueryUpdater( -#DEPRECATED| page = page, -#DEPRECATED| title = 'Pending operations', -#DEPRECATED| query = main_query, -#DEPRECATED| togglable = False, -#DEPRECATED| # start turned off, it will open up itself when stuff comes in -#DEPRECATED| toggled = False, -#DEPRECATED| domid = 'pending', -#DEPRECATED| outline_complete = True, -#DEPRECATED| username = request.user, -#DEPRECATED| ) +# pending_resources = QueryUpdaterPlugin( +# page = page, +# title = 'Pending operations', +# query = main_query, +# togglable = False, +# # start turned off, it will open up itself when stuff comes in +# toggled = False, +# domid = 'pending', +# outline_complete = True, +# username = request.user, +# ) # -------------------------------------------------------------------------- # NETWORKS -- 2.45.2