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
ed17279a
Commit
ed17279a
authored
Oct 16, 2015
by
Efthymia Bika
Browse files
Add empty dir error
parent
f145e57c
Changes
1
Hide whitespace changes
Inline
Side-by-side
backup-list.html
View file @
ed17279a
...
...
@@ -18,7 +18,8 @@
var
errors
=
{
backup_name_empty
:
'
Provide a Backup Name
'
,
backup_name_illegal
:
'
Invalid Entry. Allowed characters [A-Za-z0-9-_]
'
,
cloud_empty
:
'
Select cloud configuration
'
cloud_empty
:
'
Select cloud configuration
'
,
dir_not_chosen
:
'
Provide a local directory
'
};
var
exec
=
require
(
'
child_process
'
).
exec
;
...
...
@@ -362,7 +363,7 @@
<div
class=
"clearfix"
>
<div
class=
"small-3 columns"
>
</div>
<div
id=
"directory-error"
class=
"small-6 columns"
>
<small></small>
<small
class=
"error"
></small>
</div>
<input
type=
"file"
id=
"choose-dir"
nwdirectory
style=
"display:none;"
...
...
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