Commit 1bca49d8 authored by Thomas Lechauve's avatar Thomas Lechauve

Deleted Certificates instance features

parent 0d0c819a
...@@ -81,7 +81,6 @@ ...@@ -81,7 +81,6 @@
<div class="pull-right"> <div class="pull-right">
<div class="btn">Bang</div> <div class="btn">Bang</div>
<div class="btn">Destroy</div> <div class="btn">Destroy</div>
<div class="btn">Certificates</div>
</div> </div>
</legend> </legend>
<div class="control-group"> <div class="control-group">
...@@ -112,9 +111,9 @@ ...@@ -112,9 +111,9 @@
<table class="table"> <table class="table">
<caption>Connection parameters</caption> <caption>Connection parameters</caption>
{{# connection}} {{# parameter}}
<tr><td>{{.}}</td><td>{{ key }}</td></tr> <tr><td>{{parameter.0}}</td><td></td></tr>
{{/ connection}} {{/ parameter}}
</table> </table>
<fieldset> <fieldset>
......
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
}); });
}); });
}, },
refreshListInstance: function () { refreshListInstance: function () {
var currentList = $(this).vifib('getCurrentList'); var currentList = $(this).vifib('getCurrentList');
$(this).slapos('instanceList', { $(this).slapos('instanceList', {
......
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