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