Re-add application tags
This commit is contained in:
parent
fb2c47cad9
commit
e2a83ec703
|
@ -50,7 +50,7 @@
|
||||||
<div class="mr-16 mb-4 lg:mb-0">
|
<div class="mr-16 mb-4 lg:mb-0">
|
||||||
<h1 class="text-4xl font-hairline mb-2">Environments</h1>
|
<h1 class="text-4xl font-hairline mb-2">Environments</h1>
|
||||||
|
|
||||||
<!-- <application-tags></application-tags> -->
|
<application-tags :type="application.type" :level="application.level"></application-tags>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="lg:flex lg:flex-row-reverse flex-1 justify-between _bg-blue items-baseline">
|
<div class="lg:flex lg:flex-row-reverse flex-1 justify-between _bg-blue items-baseline">
|
||||||
|
@ -107,6 +107,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import ApplicationTags from '@/components/ApplicationTags'
|
||||||
import EnvironmentCards from '@/components/EnvironmentCards'
|
import EnvironmentCards from '@/components/EnvironmentCards'
|
||||||
import QuickHelp from '@/components/QuickHelp'
|
import QuickHelp from '@/components/QuickHelp'
|
||||||
import TaskLog from '@/components/TaskLog'
|
import TaskLog from '@/components/TaskLog'
|
||||||
|
@ -115,6 +116,7 @@ import data from '@/data.json'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
ApplicationTags,
|
||||||
EnvironmentCards,
|
EnvironmentCards,
|
||||||
QuickHelp,
|
QuickHelp,
|
||||||
TaskLog,
|
TaskLog,
|
||||||
|
|
Reference in a new issue