From: Sawyer Bergeron Date: Thu, 3 Jan 2019 17:51:51 +0000 (-0500) Subject: Disable Edit Buttons X-Git-Tag: 2.0.99~175 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=733c993bfad197922881e86a09a9e09b89de5e30;p=laas.git Disable Edit Buttons Edit buttons are currently not functional due to major changes in how the workflow works, so this commit disables them for the time being to avoid confusion Change-Id: I62dddbc25267e9da55c503b48fed4f05cea97c22 Signed-off-by: Sawyer Bergeron --- diff --git a/src/static/css/detail_view.css b/src/static/css/detail_view.css index b0e271d..89d0867 100644 --- a/src/static/css/detail_view.css +++ b/src/static/css/detail_view.css @@ -3,6 +3,7 @@ border-color: black; border-radius: 5px; margin: 5px; + padding: 5px; box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75); } diff --git a/src/templates/account/booking_list.html b/src/templates/account/booking_list.html index 4cd1408..21f6ff7 100644 --- a/src/templates/account/booking_list.html +++ b/src/templates/account/booking_list.html @@ -27,7 +27,7 @@ function edit_booking(pk){
  • purpose: {{booking.purpose}}
  • - +
    @@ -44,7 +44,7 @@ function edit_booking(pk){
  • purpose: {{booking.purpose}}
  • - +
    diff --git a/src/templates/account/configuration_list.html b/src/templates/account/configuration_list.html index f4b174b..b04535b 100644 --- a/src/templates/account/configuration_list.html +++ b/src/templates/account/configuration_list.html @@ -21,9 +21,10 @@ function edit_configuration(pk){
  • id: {{config.id}}
  • name: {{config.name}}
  • description: {{config.description}}
  • +
  • resource: {{config.bundle}}
  • - +
    {% endfor %} diff --git a/src/templates/account/resource_list.html b/src/templates/account/resource_list.html index e70cca7..2ef293b 100644 --- a/src/templates/account/resource_list.html +++ b/src/templates/account/resource_list.html @@ -23,7 +23,7 @@ function edit_resource(pk){
  • description: {{resource.description}}
  • - +
    {% endfor %}