Add handbook links (#29)

* Add handbook links
This commit is contained in:
Jonas Plum
2022-01-20 11:12:29 +01:00
committed by GitHub
parent ad02113d99
commit 8ca57c14d9
5 changed files with 29 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
<template>
<div v-if="automation !== undefined" class="flex-grow-1 flex-column d-flex fill-height pa-8">
<v-row class="flex-grow-0 flex-shrink-0">
<v-spacer></v-spacer>
<v-btn href="https://catalyst-soar.com/docs/catalyst/engineer/automations" target="_blank" outlined rounded small>
<v-icon>mdi-book-open</v-icon> Handbook
</v-btn>
</v-row>
<v-alert v-if="readonly" type="info">You do not have write access to automations.</v-alert>
<h2 v-if="readonly">Automation: {{ automation.id }}</h2>
<h2 v-else-if="this.$route.params.id === 'new'">New Automation: {{ automation.id }}</h2>