|
|
@ -231,7 +231,7 @@
|
|
|
|
<div ng-show="entity.status!==3" class="progress-bar progress-bar-success active sj_progress_bar " role="progressbar" aria-valuenow="{{entity.process}}" aria-valuemin="0" aria-valuemax="100" style="width: {{entity.process}}%">
|
|
|
|
<div ng-show="entity.status!==3" class="progress-bar progress-bar-success active sj_progress_bar " role="progressbar" aria-valuenow="{{entity.process}}" aria-valuemin="0" aria-valuemax="100" style="width: {{entity.process}}%">
|
|
|
|
<span class="sj_progress_font">{{entity.process}}%</span>
|
|
|
|
<span class="sj_progress_font">{{entity.process}}%</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div ng-show="entity.status ===3" class="progress-bar progress-bar-danger active sj_progress_bar" role="progressbar" aria-valuenow="{{entity.process}}" aria-valuemin="0" aria-valuemax="100" style="width: {{entity.process}}%">
|
|
|
|
<div ng-show="entity.status ===3" class="progress-bar progress-bar-danger active sj_progress_bar" role="progressbar" aria-valuenow="{{entity.process}}" aria-valuemin="0" aria-valuemax="100" style="width: {{entity.process}}%" title="{{entity.process}}%">
|
|
|
|
<span class="sj_progress_font">{{entity.process}}%</span>
|
|
|
|
<span class="sj_progress_font">{{entity.process}}%</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -239,10 +239,18 @@
|
|
|
|
<!--迁移状态显示 -->
|
|
|
|
<!--迁移状态显示 -->
|
|
|
|
<script type="text/ng-template" id="taskStatus.html">
|
|
|
|
<script type="text/ng-template" id="taskStatus.html">
|
|
|
|
<div class="ngCellText" ng-init="entity=row.entity">
|
|
|
|
<div class="ngCellText" ng-init="entity=row.entity">
|
|
|
|
<span ng-show="entity.status===0" class="glyphicon glyphicon-minus"></span>
|
|
|
|
<div ng-show="entity.status == 0">
|
|
|
|
<span ng-show="entity.status===1" class="glyphicon glyphicon-transfer"></span>
|
|
|
|
<sapn class="glyphicon glyphicon-minus"> 待迁移
|
|
|
|
<span ng-show="entity.status===2" class="glyphicon glyphicon-ok"></span>
|
|
|
|
</div>
|
|
|
|
<span ng-show="entity.status===3" class="glyphicon glyphicon-remove"></span>
|
|
|
|
<div ng-show="entity.status == 1">
|
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-transfer"> 迁移中
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div ng-show="entity.status == 2">
|
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-ok"> 已完成
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div ng-show="entity.status == 3">
|
|
|
|
|
|
|
|
<span class="glyphicon glyphicon-remove"> 失败
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<script type="text/ng-template" id="creationTimeTemplate.html">
|
|
|
|
<script type="text/ng-template" id="creationTimeTemplate.html">
|
|
|
|