Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Historiana
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Paul Jongsma
Historiana
Commits
383696aa
Unverified
Commit
383696aa
authored
Oct 18, 2020
by
Paul Jongsma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak form
parent
191a9038
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
28 deletions
+30
-28
src/forms/Viewpoint.vue
src/forms/Viewpoint.vue
+1
-1
src/forms/ViewpointCollection.vue
src/forms/ViewpointCollection.vue
+29
-27
No files found.
src/forms/Viewpoint.vue
View file @
383696aa
...
...
@@ -4,7 +4,7 @@
<section
class=
"bg-grey-4"
>
<q-card
style=
"width:560px"
>
<q-bar
>
{{
action
}}
Viewpoint
>
<b>
{{
action
}}
Viewpoint
</b>
<q-space
/>
<q-btn
v-close-popup
dense
round
flat
icon=
"close"
/>
</q-bar>
...
...
src/forms/ViewpointCollection.vue
View file @
383696aa
...
...
@@ -6,7 +6,7 @@
<div>
<q-card
flat
style=
"width: 560px; max-width: 60vw;"
>
<q-bar
>
{{
action
}}
a Viewpoint Collection
>
<b>
{{
action
}}
a Viewpoint Collection
</b>
<q-space
/>
<q-btn
v-close-popup
dense
round
flat
icon=
"close"
/>
</q-bar>
...
...
@@ -48,33 +48,35 @@
/>
</span>
</q-card-section>
<q-form
class=
"q-gutter-md"
>
<q-input
filled
v-model=
"vp.title"
label=
"Title"
/>
<q-input
filled
type=
"textarea"
v-model=
"vp.introduction"
label=
"Short introduction text on Card"
min-height=
"5rem"
/>
<q-input
filled
type=
"textarea"
v-model=
"vp.text"
label=
"Text about this Collection"
min-height=
"5rem"
/>
<q-card-actions
class=
"q-pa-xl"
align=
"center"
>
<q-btn
no-caps
:disabled=
"false"
v-close-popup
label=
"Cancel"
/>
<q-btn
no-caps
color=
"green"
:disabled=
"isEmpty"
label=
"Save"
@
click=
"save"
<q-card-section>
<q-form
class=
"q-gutter-md q-pa-md"
>
<q-input
filled
v-model=
"vp.title"
label=
"Title"
/>
<q-input
filled
type=
"textarea"
v-model=
"vp.introduction"
label=
"Short introduction text on Card"
min-height=
"5rem"
/>
<q-input
filled
type=
"textarea"
v-model=
"vp.text"
label=
"Text about this Collection"
min-height=
"5rem"
/>
</q-card-actions>
</q-form>
</q-form>
</q-card-section>
<q-card-actions
class=
"q-pa-xl"
align=
"center"
>
<q-btn
no-caps
:disabled=
"false"
v-close-popup
label=
"Cancel"
/>
<q-btn
no-caps
color=
"green"
:disabled=
"isEmpty"
label=
"Save"
@
click=
"save"
/>
</q-card-actions>
</q-card>
</div>
</
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment