potato
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user