enabled fields visibility
This commit is contained in:
@@ -2378,7 +2378,7 @@
|
||||
line-height: 4px;
|
||||
|
||||
.title {
|
||||
width: 110px;
|
||||
min-width: 110px;
|
||||
text-align: right;
|
||||
color: @color-darkish-blue;
|
||||
}
|
||||
|
||||
@@ -2523,7 +2523,7 @@ article .box .body {
|
||||
.modal.modal-add-element-queue .modal-load-program-body .selected-item .selected-item-header .subtitle .title,
|
||||
.modal.modal-load-program .modal-add-element-queue-body .selected-item .selected-item-header .subtitle .title,
|
||||
.modal.modal-add-element-queue .modal-add-element-queue-body .selected-item .selected-item-header .subtitle .title {
|
||||
width: 110px;
|
||||
min-width: 110px;
|
||||
text-align: right;
|
||||
color: #002680;
|
||||
}
|
||||
|
||||
@@ -121,14 +121,14 @@
|
||||
<label class="text">{{getDate(selectedFile.LastModDate)}}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="group-button">
|
||||
<!-- <div class="group-button">
|
||||
<button class="btn" v-if="false">
|
||||
<i class="fa fa-clone"></i>
|
||||
</button>
|
||||
<button class="btn" :disabled="!selectedFile.CanEdit" @click="editprogram">
|
||||
<i class="fa fa-pencil-square-o"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
|
||||
<div class="selected-item-body" v-if="!selectedFile.IsJob" :class="{blur:fileIsChanged}">
|
||||
|
||||
Reference in New Issue
Block a user