-
+
{{ errorMessage }}
-
+
-
This cell type `{{ name }}` is not available.
+
This cell type `{{ name }}` is not available.
@@ -13,6 +13,6 @@ const { currentUser } = storeToRefs(useUserStore());
- Please log in to view your Workflow Invocations.
+ Please log in to view your Workflow Invocations.
diff --git a/client/src/components/Panels/MyToolsLanding.vue b/client/src/components/Panels/MyToolsLanding.vue
index 405d041dde75..2605c9e48690 100644
--- a/client/src/components/Panels/MyToolsLanding.vue
+++ b/client/src/components/Panels/MyToolsLanding.vue
@@ -6,7 +6,6 @@
* no active search query, keeping all the My Tools-specific reactivity off
* the default tool panel hot path.
*/
-import { BAlert } from "bootstrap-vue";
import { storeToRefs } from "pinia";
import { computed, ref, watch } from "vue";
import draggable from "vuedraggable";
@@ -29,6 +28,7 @@ import {
} from "./panelViews";
import { buildToolLabel, buildToolSection, getUniqueToolIdsInPanel } from "./utilities";
+import GAlert from "../BaseComponents/GAlert.vue";
import GButton from "../BaseComponents/GButton.vue";
import ToolItem from "./Common/Tool.vue";
import ToolPanelLabel from "./Common/ToolPanelLabel.vue";
@@ -453,7 +453,7 @@ function onLabelToggle(labelId: string) {
@toggle="onLabelToggle" />
-
+
You haven't favorited any tools yet. Search the toolbox or use
to favorite tools and have them appear in this section.
-
+
import { faCheckDouble } from "@fortawesome/free-solid-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
-import { BAlert, BButton, BButtonGroup } from "bootstrap-vue";
+import { BButton, BButtonGroup } from "bootstrap-vue";
import { storeToRefs } from "pinia";
import { computed } from "vue";
@@ -9,6 +9,7 @@ import { useConfirmDialog } from "@/composables/confirmDialog";
import { useNotificationsStore } from "@/stores/notificationsStore";
import localize from "@/utils/localization";
+import GAlert from "@/components/BaseComponents/GAlert.vue";
import LoadingSpan from "@/components/LoadingSpan.vue";
import NotificationCard from "@/components/Notifications/NotificationCard.vue";
import ActivityPanel from "@/components/Panels/ActivityPanel.vue";
@@ -61,13 +62,13 @@ async function onMarkAllAsRead() {
-
+
-
+
-
+
No unread notifications to show.
-
+
-import { BAlert, BBadge } from "bootstrap-vue";
+import { BBadge } from "bootstrap-vue";
import { storeToRefs } from "pinia";
import { computed, ref, watch } from "vue";
@@ -16,6 +16,7 @@ import ActivityPanel from "./ActivityPanel.vue";
import FavoritesButton from "./Buttons/FavoritesButton.vue";
import PanelViewMenu from "./Menus/PanelViewMenu.vue";
import ToolBox from "./ToolBox.vue";
+import GAlert from "@/components/BaseComponents/GAlert.vue";
const toolStore = useToolStore();
@@ -124,9 +125,9 @@ initializePanel();
:use-search-worker="useSearchWorker"
@onInsertTool="onInsertTool" />
-
+
{{ errorMessage }}
-
+
@@ -134,9 +135,9 @@ initializePanel();
-
+
-
+