Added description to plugins page
This commit is contained in:
parent
e54b53c974
commit
1b83d4180b
1 changed files with 3 additions and 1 deletions
|
|
@ -8,13 +8,15 @@
|
||||||
<table class="table table-hover table-condensed">
|
<table class="table table-hover table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<th class="col-md-3">Name</th>
|
<th class="col-md-3">Name</th>
|
||||||
<th class="col-md-8">Version</th>
|
<th class="col-md-1">Version</th>
|
||||||
|
<th class="col-md-7">Description</th>
|
||||||
<th class="col-md-1 text-right">Actions</th>
|
<th class="col-md-1 text-right">Actions</th>
|
||||||
</thead>
|
</thead>
|
||||||
{{#plugins}}
|
{{#plugins}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{.getName()}}</td>
|
<td>{{.getName()}}</td>
|
||||||
<td>{{.getVersion()}}</td>
|
<td>{{.getVersion()}}</td>
|
||||||
|
<td>{{.getDescription()}}</td>
|
||||||
<td>
|
<td>
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
<input type="hidden" name="action" value="modify">
|
<input type="hidden" name="action" value="modify">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue