Skip to content

Commit

Permalink
edit process icon
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefs committed Oct 2, 2023
1 parent bd15616 commit d613cc1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/manager/views/process.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
<div class='container py-4'>
<header>
<h2>Process <span class='fst-italic'>{{process.pid}}</span></h2>
<h2>Process
<span class='fst-italic'>{{process.pid}}</span>
<a href='/processes/{{process.pid}}/edit'>
<i class='bi bi-pencil-square'></i>
</a>
</h2>
</header>
<a href='/processes/{{process.pid}}/edit'>Edit</a>
<main>
<div class='row'>
<div class='col'>
Expand Down Expand Up @@ -70,7 +74,7 @@
<tr>
<th>Server-sent events URL</th>
<td><a
href='{{host}}/{{process.notification.ssePath}}'
href='{{host}}{{process.notification.ssePath}}'
>{{process.notification.ssePath}}</a></td>
</tr>
</tbody>
Expand Down

0 comments on commit d613cc1

Please sign in to comment.