mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-05 06:35:42 +00:00
Feature: add deployment + deployment logs
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
<template name="management">
|
||||
<template name="projects">
|
||||
<ol class="breadcrumb">
|
||||
<li class="active">Projects</li>
|
||||
</ol>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>Register or edit a project</h2>
|
||||
@@ -97,6 +101,9 @@
|
||||
<a href="#" class="edit" title="Edit the project">
|
||||
<i class="fa fa-fw fa-pencil"></i>
|
||||
</a>
|
||||
<a href="/project/{{_id}}" title="View project">
|
||||
<i class="fa fa-fw fa-eye"></i>
|
||||
</a>
|
||||
</li>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user