Loading client/src/components/Common/GCard.vue +27 −25 Original line number Diff line number Diff line Loading @@ -335,12 +335,13 @@ function onKeyDown(event: KeyboardEvent) { :id="getElementId(props.id, 'title')" bold inline class="align-items-baseline" :size="props.titleSize"> <div class="d-flex"> <FontAwesomeIcon v-if="props.titleIcon?.icon" :icon="props.titleIcon.icon" class="mr-1" :class="props.titleIcon.class" :icon="props.titleIcon.icon" :title="props.titleIcon.title" :size="props.titleIcon.size" fixed-width /> Loading @@ -362,6 +363,7 @@ function onKeyDown(event: KeyboardEvent) { {{ title }} </span> </template> </div> <slot name="titleActions"> <BButton Loading Loading
client/src/components/Common/GCard.vue +27 −25 Original line number Diff line number Diff line Loading @@ -335,12 +335,13 @@ function onKeyDown(event: KeyboardEvent) { :id="getElementId(props.id, 'title')" bold inline class="align-items-baseline" :size="props.titleSize"> <div class="d-flex"> <FontAwesomeIcon v-if="props.titleIcon?.icon" :icon="props.titleIcon.icon" class="mr-1" :class="props.titleIcon.class" :icon="props.titleIcon.icon" :title="props.titleIcon.title" :size="props.titleIcon.size" fixed-width /> Loading @@ -362,6 +363,7 @@ function onKeyDown(event: KeyboardEvent) { {{ title }} </span> </template> </div> <slot name="titleActions"> <BButton Loading