Fix (fe): fixing issue #18, adding h1 title to pages
This commit is contained in:
parent
3fe6ec2901
commit
ae049b7966
11 changed files with 271 additions and 244 deletions
|
@ -92,6 +92,7 @@ onDeactivated(() => {
|
|||
|
||||
<template>
|
||||
<div>
|
||||
<h1>Dashboard {{ (showCreateEditMode) ? ' - Crea/Modifica trasmissione' : (showInstanceCreateEditMode) ? ' - Modifica puntata' : ''}}</h1>
|
||||
<template v-if="showCreateEditMode || showInstanceCreateEditMode">
|
||||
<ShowForm v-if="showCreateEditMode" :showId="showSelected" @go-back="goBack"/>
|
||||
<ShowInstanceForm v-if="showInstanceCreateEditMode" :showInstance="selectedShowInstance"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue