ui: add help tool to datastore panel
This commit is contained in:
@ -203,6 +203,8 @@ Ext.define('PBS.datastore.DataStores', {
|
||||
border: false,
|
||||
},
|
||||
|
||||
tools: [PBS.Utils.get_help_tool("datastore_intro")],
|
||||
|
||||
items: [
|
||||
{
|
||||
xtype: 'pbsDataStoreList',
|
||||
|
@ -34,6 +34,8 @@ Ext.define('PBS.DataStorePanel', {
|
||||
border: false,
|
||||
},
|
||||
|
||||
tools: [PBS.Utils.get_help_tool("datastore_intro")],
|
||||
|
||||
items: [
|
||||
{
|
||||
xtype: 'pbsDataStoreSummary',
|
||||
|
Reference in New Issue
Block a user