mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Tools: Update console and httpx.
This commit is contained in:
parent
2c259bd95b
commit
d877c0b76f
9 changed files with 3623 additions and 3598 deletions
|
@ -16,7 +16,8 @@
|
|||
<th>Stream</th>
|
||||
<th>类型</th>
|
||||
<th>时长</th>
|
||||
<th>TcUrl</th>
|
||||
<th>URL</th>
|
||||
<th>分类</th>
|
||||
<th>管理</th>
|
||||
</tr>
|
||||
<tr ng-repeat="client in clients">
|
||||
|
@ -26,7 +27,8 @@
|
|||
<td><a href="javascript:void(0)" ng-click="gogogo('/streams/' + client.stream)">{{client.stream}}</a></td>
|
||||
<td>{{client.publish| sc_filter_ctype}}</td>
|
||||
<td>{{client.alive| sc_filter_time}}</td>
|
||||
<td>{{client.tcUrl}}</td>
|
||||
<td>{{client |sc_filter_streamURL}}</td>
|
||||
<td>{{client.type}}</td>
|
||||
<td>
|
||||
<a ng-click="kickoff(client)" href="javascript:void(0)">踢Ta</a>
|
||||
</td>
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
<th>Stream</th>
|
||||
<th>Type</th>
|
||||
<th>Duration</th>
|
||||
<th>TcUrl</th>
|
||||
<th>URL</th>
|
||||
<th>Category</th>
|
||||
<th>Manage</th>
|
||||
</tr>
|
||||
<tr ng-repeat="client in clients">
|
||||
|
@ -26,7 +27,8 @@
|
|||
<td><a href="javascript:void(0)" ng-click="gogogo('/streams/' + client.stream)">{{client.stream}}</a></td>
|
||||
<td>{{client.publish| sc_filter_ctype}}</td>
|
||||
<td>{{client.alive| sc_filter_time}}</td>
|
||||
<td>{{client.tcUrl}}</td>
|
||||
<td>{{client |sc_filter_streamURL}}</td>
|
||||
<td>{{client.type}}</td>
|
||||
<td>
|
||||
<a ng-click="kickoff(client)" href="javascript:void(0)">Kickoff It</a>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue