Unverified Commit 9b0da94b authored by Alireza Heidari's avatar Alireza Heidari Committed by mvdbeek
Browse files

Fix badge title usage

parent 9ea682cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ onMounted(async () => {
                <div v-for="csg in currentServiceGroups" :key="csg.serviceName" class="d-flex align-items-center">
                    <BBadge
                        v-b-tooltip.hover
                        :title="getBadgeTitle(csg.isRequired, csg.groupName)"
                        :title="getBadgeTitle(csg)"
                        :variant="csg.isRequired ? 'primary' : 'secondary'">
                        <FontAwesomeIcon :icon="csg.groupName ? faCheck : faExclamation" fixed-width />
                        {{ csg.serviceName }}