Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Trèfle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Open source
Trèfle
Commits
d8b19f99
Commit
d8b19f99
authored
Apr 15, 2020
by
Lucas Détré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix issue
#12
deleting all text area now display a blank text area
parent
7cbbb0c4
Pipeline
#2744
failed with stage
in 1 minute and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
backoffice/src/components/Rule.vue
backoffice/src/components/Rule.vue
+2
-2
No files found.
backoffice/src/components/Rule.vue
View file @
d8b19f99
...
...
@@ -37,7 +37,7 @@
</ul>
</div>
<div
v-show=
"isEditMode"
>
<div
v-if=
"content"
>
<div
v-if=
"content
!=null
"
>
<div
class=
"container"
>
<div
class=
"row mb-3"
>
<div
class=
"col-md-6 pl-0"
>
...
...
@@ -121,7 +121,7 @@
ruleData
:
this
.
data
,
modification_list
:
{},
commit_id
:
''
,
content
:
''
,
content
:
null
,
comment
:
''
,
filename
:
'
trefle/config/rules/
'
+
this
.
path
,
isEditMode
:
''
,
...
...
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