WIP open file for a while
This commit is contained in:
parent
f937019e42
commit
d280fb9af3
122 changed files with 5702 additions and 10 deletions
|
|
@ -0,0 +1,26 @@
|
|||
<h2>Server Plugins</h2>
|
||||
<p>This page show all the tcrud plugins.</p>
|
||||
<div>
|
||||
<input type="button" class="btn btn-default" ng-click="doReload()" value="Reload"></input>
|
||||
<input type="button" class="btn btn-default" ng-click="doClearServerUrl()" value="Clear Server Url"></input>
|
||||
<input type="button" class="btn btn-default" ng-click="doClearCache()" value="Clear Cache"></input>
|
||||
<p>{{message}}</p>
|
||||
</div>
|
||||
<div class="col-lg-12">
|
||||
<table class="table table-bordered table-hover table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Plugin</th>
|
||||
<th>Description</th>
|
||||
<th>Dependencies</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr ng-repeat="plugin in serverPlugins.plugins.info">
|
||||
<td >{{plugin.tmeta.key}}</td>
|
||||
<td>{{plugin.tmeta.description}}</td>
|
||||
<td>{{plugin.tmeta.dependencies}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue