From d9a88cedad41b4c61e9ef46ce7094789a73b5afa Mon Sep 17 00:00:00 2001 From: Dmytro Shyshov Date: Wed, 31 Jan 2018 10:37:27 +0100 Subject: [PATCH] Always show Refresh button on Overview tab --- _site/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_site/app.js b/_site/app.js index 434b8a9d..ba856928 100644 --- a/_site/app.js +++ b/_site/app.js @@ -3642,7 +3642,7 @@ this._refreshButton ] }), - { tag: "DIV", cls: "uiClusterOverview-table" } + { tag: "DIV", cls: "uiClusterOverview-table", css: { overflow: "auto" } } ] }; } });