Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
baas
Commits
98366427
Commit
98366427
authored
Nov 09, 2015
by
Efthymia Bika
Browse files
Change validation order
parent
0ac9dd03
Changes
1
Hide whitespace changes
Inline
Side-by-side
baas/backup-list.html
View file @
98366427
...
...
@@ -126,9 +126,9 @@
function
check_fields
(
restore
)
{
if
(
!
restore
)
{
return
(
check_backup_name
()
&&
check_directory
(
"
directory
"
)
return
(
check_directory
(
"
directory
"
)
&&
check_cloud
()
&&
check_backup_name
()
&&
check_passphrase
());
}
return
check_directory
(
"
res-directory
"
);
...
...
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