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