oolib 2.217.3 → 2.218.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -221,6 +221,18 @@ var getEmptyStatesConfig = function (_a) {
|
|
|
221
221
|
title: 'Type something in the searchbar above to start searching through your data',
|
|
222
222
|
subtitle: "",
|
|
223
223
|
};
|
|
224
|
+
case "globalSearch_noDataSources":
|
|
225
|
+
return {
|
|
226
|
+
align: "center",
|
|
227
|
+
image: {
|
|
228
|
+
src: "searchListing",
|
|
229
|
+
style: {
|
|
230
|
+
opacity: 0.6,
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
title: "No data sources present on the platform",
|
|
234
|
+
subtitle: "",
|
|
235
|
+
};
|
|
224
236
|
case "searchDashBoardListing":
|
|
225
237
|
return {
|
|
226
238
|
align: "center",
|