Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Pleroma
admin-fe
Merge requests
!127
Add dialog window with confirmation to remove button
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add dialog window with confirmation to remove button
feature/add-confirmation-to-remove-button
into
develop
Overview
0
Commits
3
Pipelines
1
Changes
4
Merged
Angelina Filippova
requested to merge
feature/add-confirmation-to-remove-button
into
develop
4 years ago
Overview
0
Commits
3
Pipelines
1
Changes
4
Expand
Closes
#105 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
df178b64
3 commits,
4 years ago
4 files
+
51
−
24
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/lang/en.js
+
2
−
1
Options
@@ -387,7 +387,8 @@ export default {
corsPlug
:
'
CORS plug config
'
,
instanceReboot
:
'
Reboot Instance
'
,
restartApp
:
'
You must restart the instance to apply settings
'
,
restartSuccess
:
'
Instance rebooted successfully!
'
restartSuccess
:
'
Instance rebooted successfully!
'
,
removeSettingConfirmation
:
'
Are you sure you want to remove this setting
\'
s value from the database?
'
},
invites
:
{
inviteTokens
:
'
Invite tokens
'
,
Loading