Removed references to DiceCloud being in beta
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
:value="true"
|
||||
type="info"
|
||||
>
|
||||
This page is not available in this version of the beta.
|
||||
This page is not available in this version of DiceCloud.
|
||||
</v-alert>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
v-if="model.public && docRef.collection === 'libraries'"
|
||||
readonly
|
||||
label="Link"
|
||||
:value="'https://beta.dicecloud.com' + $router.resolve({
|
||||
:value="'https://dicecloud.com' + $router.resolve({
|
||||
name: 'singleLibrary',
|
||||
params: { id: model._id },
|
||||
}).href"
|
||||
|
||||
Reference in New Issue
Block a user