Commit b94c1b38 authored by Clement Ho's avatar Clement Ho

Use list-group in keys panel

parent c4815b67
...@@ -38,10 +38,11 @@ ...@@ -38,10 +38,11 @@
({{ keys.length }}) ({{ keys.length }})
</h5> </h5>
<ul <ul
class="well-list" class="list-group"
v-if="keys.length" v-if="keys.length"
> >
<li <li
class="list-group-item border-0"
v-for="deployKey in keys" v-for="deployKey in keys"
:key="deployKey.id" :key="deployKey.id"
> >
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment