diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-03 20:09:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-03 20:09:42 +0000 |
commit | 676da0a8485b5c380b39857da55eaef9823d9347 (patch) | |
tree | cd522ef9e57566cacd4513fb82287c1b47a8fb18 /dashboard/src/templates/account/configuration_list.html | |
parent | 2a8d6b64b5a9fd8605d7a14feb07bd426db58b9e (diff) | |
parent | c0831a839d23240f844dff6dd05b09521c30bfe9 (diff) |
Merge "Changed Button style class to btn-primary"
Diffstat (limited to 'dashboard/src/templates/account/configuration_list.html')
-rw-r--r-- | dashboard/src/templates/account/configuration_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/templates/account/configuration_list.html b/dashboard/src/templates/account/configuration_list.html index b04535b..9dcec07 100644 --- a/dashboard/src/templates/account/configuration_list.html +++ b/dashboard/src/templates/account/configuration_list.html @@ -24,7 +24,7 @@ function edit_configuration(pk){ <li>resource: {{config.bundle}}</li> </ul> <div class="detail_btn_group"> - <button style="display: none" class="btn" onclick="edit_configuration({{config.id}});">Edit</button> + <button style="display: none" class="btn btn-primary" onclick="edit_configuration({{config.id}});">Edit</button> </div> </div> {% endfor %} |