Add placeholder for project dropdowns
This commit is contained in:
parent
4fdea7d340
commit
da46fbb937
|
@ -4,6 +4,10 @@
|
||||||
<template #banner-left>
|
<template #banner-left>
|
||||||
<project-breadcrumb :project="project"/>
|
<project-breadcrumb :project="project"/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template #sub-banner>
|
||||||
|
<span class="text-white">Project and environment dropdowns</span>
|
||||||
|
</template>
|
||||||
</banner>
|
</banner>
|
||||||
|
|
||||||
<page-title v-text="project.name"/>
|
<page-title v-text="project.name"/>
|
||||||
|
|
Loading…
Reference in a new issue