From 428a9e398112fa00f867c00da2cc264c4ba80962 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Thu, 3 Jan 2019 12:51:51 -0500 Subject: 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 --- dashboard/src/templates/account/configuration_list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dashboard/src/templates/account/configuration_list.html') diff --git a/dashboard/src/templates/account/configuration_list.html b/dashboard/src/templates/account/configuration_list.html index f4b174b..b04535b 100644 --- a/dashboard/src/templates/account/configuration_list.html +++ b/dashboard/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 %} -- cgit 1.2.3-korg