File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
web-ui/src/main/resources/catalog
components/edit/datepicker/partials Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 3737 class ="form-control "
3838 data-ng-model ="year "
3939 data-ng-show ="mode === DATE_MODE.YEAR "
40+ data-ng-disabled ="withIndeterminatePosition && (indeterminatePosition === 'now' || indeterminatePosition === 'unknown') "
4041 />
4142 < input
4243 type ="month "
4344 class ="form-control "
4445 data-ng-model ="month "
4546 data-ng-show ="mode === DATE_MODE.MONTH "
47+ data-ng-disabled ="withIndeterminatePosition && (indeterminatePosition === 'now' || indeterminatePosition === 'unknown') "
4648 />
4749 < input
4850 type ="date "
5153 data-ng-show ="mode === DATE_MODE.DATE || mode === DATE_MODE.DATETIME "
5254 data-ng-class ="hideTime == 'true' ? 'gn-notime' : '' "
5355 data-ng-disabled ="withIndeterminatePosition && (indeterminatePosition === 'now' || indeterminatePosition === 'unknown') "
56+ style ="width: 100% "
5457 />
5558 <!-- Time input -->
5659 < input
6669 data-ng-model ="timezoneObj "
6770 data-ng-show ="mode === DATE_MODE.DATETIME && !hideTime "
6871 data-ng-options ="t as (t.name + ' ' + t.offset) for t in timezoneNames "
72+ data-ng-disabled ="withIndeterminatePosition && (indeterminatePosition === 'now' || indeterminatePosition === 'unknown') "
6973 > </ select >
7074
7175 <!-- Date mode selector -->
7478 type ="button "
7579 class ="btn btn-default dropdown-toggle "
7680 data-toggle ="dropdown "
81+ data-ng-disabled ="withIndeterminatePosition && (indeterminatePosition === 'now' || indeterminatePosition === 'unknown') "
7782 >
7883 < i class ="fa fa-cog "> </ i > < span class ="caret "> </ span >
7984 </ button >
Original file line number Diff line number Diff line change 99 visibility : visible !important ;
1010 font-size : 14px !important ;
1111 }
12+ .row {
13+ display : flex ;
14+ }
15+
16+ .gn-control {
17+ margin-top : auto ;
18+ }
1219}
1320
1421.gn-results-editor {
You can’t perform that action at this time.
0 commit comments