mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
c2958dc875
commit
22aa08ed95
4 changed files with 10 additions and 2 deletions
|
@ -25,4 +25,5 @@
|
|||
@import 'sections/watch_edit/components/threshold_watch_edit/index';
|
||||
@import 'sections/watch_edit/components/watch_edit_detail/index';
|
||||
@import 'sections/watch_edit/components/watch_edit_execute_detail/index';
|
||||
@import 'sections/watch_edit/components/watch_edit_title_panel/index';
|
||||
@import 'sections/watch_edit/components/watch_edit_title_panel/index';
|
||||
@import 'sections/watch_list/components/watch_list/index';
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
@import './watch_list';
|
|
@ -0,0 +1,6 @@
|
|||
/**
|
||||
* 1. Watch list width collapses without this.
|
||||
*/
|
||||
.watcherWatchList {
|
||||
width: 100%; /* 1 */
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
<kbn-management-app section="elasticsearch/watcher">
|
||||
<kbn-management-app section="elasticsearch/watcher" class="watcherWatchList">
|
||||
<div class="euiPanel euiPanel--paddingLarge euiPageContent" style="flex-grow: 0">
|
||||
<forbidden-message ng-if="watchList.forbidden">
|
||||
{{ 'xpack.watcher.sections.watchList.noPermissionToManageWatchesText' | i18n: { defaultMessage: 'You do not have permission to manage watches.' } }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue