From 6b762fd99cc7fe68ec8bbb91339328eaf1017563 Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Thu, 15 Nov 2018 10:43:51 -0500 Subject: [PATCH] adds uiCapabilities to test_entry_template --- .../tests_bundle/tests_entry_template.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/core_plugins/tests_bundle/tests_entry_template.js b/src/core_plugins/tests_bundle/tests_entry_template.js index aabe01734cc9e..78529335daef1 100644 --- a/src/core_plugins/tests_bundle/tests_entry_template.js +++ b/src/core_plugins/tests_bundle/tests_entry_template.js @@ -80,6 +80,20 @@ new CoreSystem({ enabled: true, enableExternalUrls: true }, + uiCapabilities: { + discover: { + showWriteControls: true + }, + visualize: { + showWriteControls: true + }, + dashboard: { + showWriteControls: true + }, + timelion: { + showWriteControls: true + }, + } }, }, rootDomElement,