From ed328262a3ab2c5068944c638e426692eab6d74b Mon Sep 17 00:00:00 2001 From: mabasian <54101509+mabasian@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:43:06 +0200 Subject: [PATCH] fix the bug of not loaded icons in the alert component (#1419) * fix the Some Icons are not loading in the Alert component in the node page * fix the missing icons in the control page alert * fix the ams comp. * fix dialog --- .../UI/the-control/AmsterdamComponent.vue | 2 +- .../UI/the-control/ControlAlert.vue | 20 +++++++++++-- .../UI/the-control/TooltipDialog.vue | 2 +- .../src/components/UI/the-node/NodeAlert.vue | 30 ++++++++++++++++--- 4 files changed, 46 insertions(+), 8 deletions(-) diff --git a/launcher/src/components/UI/the-control/AmsterdamComponent.vue b/launcher/src/components/UI/the-control/AmsterdamComponent.vue index d117f260b..5c54403a7 100644 --- a/launcher/src/components/UI/the-control/AmsterdamComponent.vue +++ b/launcher/src/components/UI/the-control/AmsterdamComponent.vue @@ -33,7 +33,7 @@ }" @mouseenter=" (cursorLocation = `the current epoch: ${currentResult.currentEpoch} and the slot number is ${ - n.slotNumber === 0 ? 'null' : n.slotNumber + n.slotNumber === 0 ? 'N/A' : n.slotNumber }`), dialogOpen(currentResult.currentEpoch, n.slotNumber, n.slotStatus), (epochType = 'proposed ') diff --git a/launcher/src/components/UI/the-control/ControlAlert.vue b/launcher/src/components/UI/the-control/ControlAlert.vue index ebbbc6e02..d161ab29c 100644 --- a/launcher/src/components/UI/the-control/ControlAlert.vue +++ b/launcher/src/components/UI/the-control/ControlAlert.vue @@ -123,11 +123,11 @@ @mouseleave="cursorLocation = ''" >