Added description to plugins page

This commit is contained in:
Ziver Koc 2020-12-05 00:03:12 +01:00
parent e54b53c974
commit 1b83d4180b

View file

@ -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">