Project

General

Profile

« Previous | Next » 

Revision 33618

css

View differences:

modules/dnet-modular-is-ui/trunk/src/main/resources/eu/dnetlib/web/resources/html/is/blackboard.html
1 1
<p>
2 2
	<button class="btn btn-sm btn-default" ng-click="refresh()"><span class="glyphicon glyphicon-refresh"></span> refresh</button>
3 3
</p>
4
<table class="table table-striped">
4
<table class="table table-striped small">
5 5
	<thead>
6 6
		<tr>
7 7
			<th>Message Id</th>
8 8
			<th>Resource Type</th>
9
			<th>Action</th>
10
			<th>Date</th>
11
			<th>Status</th>
9
			<th class="text-center">Action</th>
10
			<th class="text-center">Date</th>
11
			<th class="text-center">Status</th>
12 12
			<th class="text-center">Error</th>
13 13
		</tr>
14 14
	</thead>
......
19 19
		<tr ng-repeat="b in blackboards">
20 20
			<td><a href="#/profile/{{b.profId}}">{{b.messageId}}</a></td>
21 21
			<td>{{b.resourceType}}</td>
22
			<td>{{b.action}}</td>
23
			<td>{{b.date}}</td>
24
			<td><span class="label label-default" ng-class="{'label-primary': b.actionStatus=='ASSIGNED', 'label-success': b.actionStatus=='ONGOING', 'label-success': b.actionStatus=='DONE', 'label-danger': b.actionStatus=='FAILED'}">{{b.actionStatus}}</span></td>
22
			<td class="text-center">{{b.action}}</td>
23
			<td class="text-center">{{b.date}}</td>
24
			<td class="text-center"><span class="label label-default" ng-class="{'label-primary': b.actionStatus=='ASSIGNED', 'label-success': b.actionStatus=='ONGOING', 'label-success': b.actionStatus=='DONE', 'label-danger': b.actionStatus=='FAILED'}">{{b.actionStatus}}</span></td>
25 25
			<td class="text-center"><span class="text-danger glyphicon glyphicon-warning-sign" title="{{b.error}}" ng-show="b.error"></span></td>	
26 26
		</tr>
27 27
	</tbody>

Also available in: Unified diff