--9.30
This commit is contained in:
parent
d5cde984f4
commit
e7114cb8f1
File diff suppressed because one or more lines are too long
|
@ -38,7 +38,7 @@
|
|||
</th>
|
||||
<th>云目录:</th>
|
||||
<th>
|
||||
<input type="text" class="sj_txt_box02 mr5" name="volumePath" ng-model="ngDialogData.path" ng-disabled="!{{ngDialogData.editable}}" ng-pattern="/^(\/[a-z0-9A-Z _\-.%]+)+$/"/>
|
||||
<input type="text" class="sj_txt_box02 mr5" name="volumePath" ng-model="ngDialogData.path" ng-disabled="!{{ngDialogData.editable}}" ng-pattern="/^(\/[a-z0-9A-Z _\-.%]+)+$/" required="required"/>
|
||||
</th>
|
||||
<th ng-show="ngDialogData.status" class="new_left sj_c_green">已启用</th>
|
||||
<th ng-hide="ngDialogData.status" class="new_left sj_c_green">已停止</th>
|
||||
|
|
Loading…
Reference in New Issue