Initial commit
This commit is contained in:
.gitignoreDockerfileREADME.md
bin
docker-compose.ymlmanager
gulpfile.jspackage-lock.jsonpackage.jsonwebpack.config.js
src
backend
frontend
fonts
bootstrap
glyphicons-halflings-regular.eotglyphicons-halflings-regular.svgglyphicons-halflings-regular.ttfglyphicons-halflings-regular.woffglyphicons-halflings-regular.woff2
font-awesome
images
favicon
js
app
access
access_list
api.jscache.jscontroller.jsdashboard
error
host
advanced.ejsadvanced.jsdelete.ejsdelete.jsform.ejsform.jsreconfigure.ejsreconfigure.jsrenew.ejsrenew.js
main.jsrouter.jsui
lib
main.jsmodels
scss
fontawesome
_animated.scss_bordered-pulled.scss_core.scss_fixed-width.scss_icons.scss_larger.scss_list.scss_mixins.scss_path.scss_rotated-flipped.scss_screen-reader.scss_stacked.scss_variables.scssfont-awesome.scss
pages
styles.scsstheme.scsstheme
views
rootfs
7
manager/src/frontend/js/app/access/row.ejs
Normal file
7
manager/src/frontend/js/app/access/row.ejs
Normal file
@ -0,0 +1,7 @@
|
||||
<td><%- name %></td>
|
||||
<td><%- items.length %></td>
|
||||
<td><%- hosts.length %></td>
|
||||
<td class="text-right">
|
||||
<button type="button" class="btn btn-default btn-xs edit" title="Edit"><i class="fa fa-pencil" aria-hidden="true"></i></button>
|
||||
<button type="button" class="btn btn-default btn-xs delete" title="Delete"><i class="fa fa-times" aria-hidden="true"></i></button>
|
||||
</td>
|
Reference in New Issue
Block a user