|
@@ -39,7 +39,6 @@ from desktop.views import _ko
|
|
|
margin: 4px 10px;
|
|
margin: 4px 10px;
|
|
|
float:left;
|
|
float:left;
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
- cursor: default;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.config-controls {
|
|
.config-controls {
|
|
@@ -297,7 +296,7 @@ from desktop.views import _ko
|
|
|
|
|
|
|
|
<script type="text/html" id="property">
|
|
<script type="text/html" id="property">
|
|
|
<div class="config-property" data-bind="visibleOnHover: { selector: '.hover-actions' }">
|
|
<div class="config-property" data-bind="visibleOnHover: { selector: '.hover-actions' }">
|
|
|
- <label class="config-label">
|
|
|
|
|
|
|
+ <label class="config-label" data-bind="click: function(data, event){ $(event.target).siblings('.config-controls').find('.config-property-add-value a').click(); }">
|
|
|
<!-- ko text: label --><!-- /ko --><!-- ko if: typeof helpText !== 'undefined' --><div class="property-help" data-bind="tooltip: { title: helpText(), placement: 'bottom' }"><i class="fa fa-question-circle-o"></i></div><!-- /ko -->
|
|
<!-- ko text: label --><!-- /ko --><!-- ko if: typeof helpText !== 'undefined' --><div class="property-help" data-bind="tooltip: { title: helpText(), placement: 'bottom' }"><i class="fa fa-question-circle-o"></i></div><!-- /ko -->
|
|
|
</label>
|
|
</label>
|
|
|
<div class="config-controls">
|
|
<div class="config-controls">
|
|
@@ -755,4 +754,4 @@ from desktop.views import _ko
|
|
|
});
|
|
});
|
|
|
})();
|
|
})();
|
|
|
</script>
|
|
</script>
|
|
|
-</%def>
|
|
|
|
|
|
|
+</%def>
|