message_bus 2.2.0.pre.1 → 2.2.0.pre.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of message_bus might be problematic. Click here for more details.

@@ -1,25 +0,0 @@
1
- <button {{action discover}} {{bindAttr disabled="disabled"}}>Discover Processes</button>
2
-
3
- <table>
4
- <thead>
5
- <tr>
6
- <td>pid</td>
7
- <td>full_path</td>
8
- <td>hostname</td>
9
- <td>uptime</td>
10
- <td></td>
11
- </tr>
12
- </thead>
13
-
14
- <tbody>
15
- {{#each processes}}
16
- <tr>
17
- <td>{{pid}}</td>
18
- <td>{{full_path}}</td>
19
- <td>{{hostname}}</td>
20
- <td>{{uptime}} secs</td>
21
- <td><button {{action hup this}}>HUP</button></td>
22
- </tr>
23
- {{/each}}
24
- </tbody>
25
- </table>