Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
c354639e
Commit
c354639e
authored
Apr 27, 2019
by
Nick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: admin auth active indicator text
parent
bdfac228
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
admin-auth.vue
client/components/admin/admin-auth.vue
+2
-0
No files found.
client/components/admin/admin-auth.vue
View file @
c354639e
...
@@ -72,6 +72,8 @@
...
@@ -72,6 +72,8 @@
img(:src='strategy.logo', :alt='strategy.title')
img(:src='strategy.logo', :alt='strategy.title')
.caption.pt-3
{{
strategy
.
description
}}
.caption.pt-3
{{
strategy
.
description
}}
.caption.pb-3: a(:href='strategy.website')
{{
strategy
.
website
}}
.caption.pb-3: a(:href='strategy.website')
{{
strategy
.
website
}}
.body-2(v-if='strategy.isEnabled') This strategy is #[span.green--text active].
.body-2(v-else) This strategy is #[span.red--text not active].
v-divider.mt-3
v-divider.mt-3
v-subheader.pl-0 Strategy Configuration
v-subheader.pl-0 Strategy Configuration
.body-1.ml-3(v-if='!strategy.config || strategy.config.length < 1'): em This strategy has no configuration options you can modify.
.body-1.ml-3(v-if='!strategy.config || strategy.config.length < 1'): em This strategy has no configuration options you can modify.
...
...
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