mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2025-09-10 19:48:29 +08:00
Co-authored-by: zhangjidi2016 <zhangjidi@cmss.chinamobile.com>
This commit is contained in:
@@ -74,10 +74,10 @@
|
||||
font-size: 1.1em;
|
||||
line-height: 1.5em;
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
max-width: 70%;
|
||||
padding: 1em;
|
||||
position: relative;
|
||||
width: 1000px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.ngdialog.ngdialog-theme-default .ngdialog-close {
|
||||
|
@@ -384,7 +384,7 @@
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">[{{ngDialogData.consumerGroupName}}]{{'CONSUME_DETAIL' | translate}}</h4>
|
||||
</div>
|
||||
<div class="modal-body ">
|
||||
<div class="modal-body " style="overflow: auto">
|
||||
<table class="table table-bordered table-hover" ng-repeat="consumeDetail in ngDialogData.data">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
@@ -209,8 +209,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2">Storetime:</label>
|
||||
<div class="col-sm-10">
|
||||
<label class="form-control">{{ngDialogData.messageView.storeTimestamp | date:'yyyy-MM-dd
|
||||
HH:mm:ss'}}</label>
|
||||
<label class="form-control">{{ngDialogData.messageView.storeTimestamp | date:'yyyy-MM-dd HH:mm:ss'}}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
@@ -224,8 +223,8 @@
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<label>messageTrackList:</label>
|
||||
<table class="table-bordered md-padding">
|
||||
<p>messageTrackList:</p>
|
||||
<table class="table-bordered table">
|
||||
<tr>
|
||||
<th class="text-center">consumerGroup</th>
|
||||
<th class="text-center">trackType</th>
|
||||
@@ -248,10 +247,12 @@
|
||||
</tr>
|
||||
</table>
|
||||
</md-content>
|
||||
<div class="ngdialog-buttons">
|
||||
<button type="button" class="ngdialog-button ngdialog-button-secondary"
|
||||
ng-click="closeThisDialog('Cancel')">{{ 'CLOSE' | translate }}
|
||||
</button>
|
||||
<div class="modal-footer">
|
||||
<div class="ngdialog-buttons">
|
||||
<button type="button" class="ngdialog-button ngdialog-button-secondary"
|
||||
ng-click="closeThisDialog('Cancel')">{{ 'CLOSE' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user