mirror of
https://github.com/apache/rocketmq-dashboard.git
synced 2026-03-08 08:04:36 +08:00
Merge 616406578c into 2fb0fce0b1
This commit is contained in:
@@ -213,6 +213,33 @@
|
||||
<span class="text-danger" ng-show="addAppForm.perm.$error.required">{{'PERM'|translate}}不能为空.</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="control-label col-sm-2" style="margin: 0 !important;">{{'MESSAGE_TYPE'|translate}}:</label>
|
||||
<div class="col-sm-10">
|
||||
<form name="messageType">
|
||||
<label>
|
||||
<input type="radio" ng-model="item.messageType" value="UNSPECIFIED" ng-disabled="{{!ngDialogData.writeOperationEnabled}}"/>
|
||||
{{'MESSAGE_TYPE_UNSPECIFIED'|translate}}
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" ng-model="item.messageType" value="NORMAL" ng-disabled="{{!ngDialogData.writeOperationEnabled}}"/>
|
||||
{{'MESSAGE_TYPE_NORMAL'|translate}}
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" ng-model="item.messageType" value="FIFO" ng-disabled="{{!ngDialogData.writeOperationEnabled}}"/>
|
||||
{{'MESSAGE_TYPE_FIFO'|translate}}
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" ng-model="item.messageType" value="DELAY" ng-disabled="{{!ngDialogData.writeOperationEnabled}}"/>
|
||||
{{'MESSAGE_TYPE_DELAY'|translate}}
|
||||
</label>
|
||||
<label>
|
||||
<input type="radio" ng-model="item.messageType" value="TRANSACTION" ng-disabled="{{!ngDialogData.writeOperationEnabled}}"/>
|
||||
{{'MESSAGE_TYPE_TRANSACTION'|translate}}
|
||||
</label>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div class="modal-footer">
|
||||
<div class="ngdialog-buttons">
|
||||
|
||||
Reference in New Issue
Block a user