2
0
Fork 0
tcrud/lib/www_views/node-ff-tcrud/uiAngularServerPlugins/thtml/plugins.ejs
2017-06-10 16:53:29 +02:00

26 lines
1.1 KiB
Plaintext

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