ui: add help tool to datastore panel

This commit is contained in:
Dietmar Maurer
2020-11-10 09:15:12 +01:00
parent d89f91b538
commit 31112c79ac
3 changed files with 28 additions and 0 deletions

View File

@ -203,6 +203,8 @@ Ext.define('PBS.datastore.DataStores', {
border: false,
},
tools: [PBS.Utils.get_help_tool("datastore_intro")],
items: [
{
xtype: 'pbsDataStoreList',

View File

@ -34,6 +34,8 @@ Ext.define('PBS.DataStorePanel', {
border: false,
},
tools: [PBS.Utils.get_help_tool("datastore_intro")],
items: [
{
xtype: 'pbsDataStoreSummary',