Project

General

Profile

« Previous | Next » 

Revision 34762

Renamed DS in UNIT

View differences:

types.html
1 1
<div class="row">
2 2
	<div class="col-xs-12 col-md-8 col-lg-6">
3 3
		<div class="panel panel-default">
4
			<div class="panel-heading">DS types</div>
4
			<div class="panel-heading">Unit types</div>
5 5
			<ul class="list-group">
6
				<li class="list-group-item" ng-repeat="t in types | filter : { kind : 'DS' }">
6
				<li class="list-group-item" ng-repeat="t in types | filter : { kind : 'UNIT' }">
7 7
					<a href="#/dsList/{{t.type}}/{{t.format}}">{{t.type}}</a>
8 8
					<span class="label pull-right"
9 9
						ng-class="{'label-primary': t.format == 'JSON', 'label-danger': t.format == 'XML', 'label-warning': t.format == 'TEXT'}">

Also available in: Unified diff