This commit is contained in:
iamBadgers
2026-04-11 15:42:31 -07:00
parent 157eb569cc
commit c7905cdcb5

View File

@@ -107,7 +107,7 @@ function createTable() {
<Column field="table_name" header="Table Name" />
<Column field="table_link" header="Table Link">
<template #body="slotProps">
<a :href="'/' + slotProps.data.table_link" target="_blank" rel="noopener noreferrer">
<a :href="'/' + slotProps.data.table_link">
http://localhost/{{ slotProps.data.table_link }}
</a>
</template>
@@ -132,8 +132,7 @@ function createTable() {
</Column>
<Column field="table_link" header="Table Link">
<template #body="slotProps">
<a v-if="slotProps.data.active" :href="'/' + slotProps.data.table_link" target="_blank"
rel="noopener noreferrer">
<a v-if="slotProps.data.active" :href="'/' + slotProps.data.table_link">
http://localhost/{{ slotProps.data.table_link }}
</a>
<div v-if="!slotProps.data.active">