X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=dashboard%2Fsrc%2Ftemplates%2Fdashboard%2Fresource_all.html;h=0b0d0d4a12436592fb68578577486ecc80f8000a;hb=9ae6c5c1cef2c5488b5c7c7700c886f8ebfe9d00;hp=a770d4e851089925ff6f9e888b5088bfe8114b3d;hpb=4b269fba0ca273dfa3acf44c9f5490f01e0c3d87;p=pharos-tools.git diff --git a/dashboard/src/templates/dashboard/resource_all.html b/dashboard/src/templates/dashboard/resource_all.html index a770d4e..0b0d0d4 100644 --- a/dashboard/src/templates/dashboard/resource_all.html +++ b/dashboard/src/templates/dashboard/resource_all.html @@ -2,6 +2,7 @@ {% load staticfiles %} {% block extrahead %} + {{ block.super }} @@ -63,10 +64,6 @@ var chart_id = "{{ resource.id }}_booking_utilization"; var utilization_url = "{% url 'dashboard:booking_utilization' resource_id=resource.id weeks=4 %}"; loadChartData(chart_id, utilization_url); - - var chart_id = "{{ resource.id }}_jenkins_utilization"; - var utilization_url = "{% url 'dashboard:jenkins_utilization' resource_id=resource.id weeks=1 %}"; - loadChartData(chart_id, utilization_url); {% endfor %} });