Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
dashboard
Commits
c4f037bd
Commit
c4f037bd
authored
4 years ago
by
Richard Blechinger
Browse files
Options
Downloads
Patches
Plain Diff
Show notice when there is no schedules for show
parent
6de7c109
No related branches found
No related tags found
1 merge request
!1
Add expandable block for show schedules to ShowManager
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/shows/Schedules.vue
+9
-1
9 additions, 1 deletion
src/components/shows/Schedules.vue
with
9 additions
and
1 deletion
src/components/shows/Schedules.vue
+
9
−
1
View file @
c4f037bd
<
template
>
<div
:class=
"
{ 'show-schedules': true, 'expandable': isExpandable, 'collapsed': isExpandable
&&
collapsed }" @click="expand">
<div
v-if=
"schedules.length > 0"
:class=
"
{ 'show-schedules': true, 'expandable': isExpandable, 'collapsed': isExpandable
&&
collapsed }"
@click="expand"
>
<table
class=
"table b-table table-striped border"
>
<thead>
<tr>
...
...
@@ -27,6 +31,10 @@
click to collapse
</div>
</div>
<div
class=
"border p-4 mb-4"
v-else
>
There are currently no schedules for this show.
</div>
</
template
>
<
script
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment