bunch of functionlity
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<template name='configurationListItem'>
|
||||
<div class="col-lg-4" style='text-align: center'>
|
||||
<a href=/machine/{{machineId}}/config/{{_id}}>
|
||||
<img src="http://gopherwarestudios.com/wp-content/uploads/2015/05/apache-icon.gif" alt="">
|
||||
<div>
|
||||
{{ type }}
|
||||
</div>
|
||||
<div>
|
||||
{{ description }}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user