If enabled, allow users and orgs to set their time machine expiration
Fixes https://www.pivotaltracker.com/story/show/142881203
This commit is contained in:
parent
eb5cebbcdf
commit
3dcbe3c631
25 changed files with 472 additions and 15 deletions
5
static/css/directives/ui/duration-input.css
Normal file
5
static/css/directives/ui/duration-input.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
.duration-input-element input {
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
margin-right: 10px;
|
||||
}
|
3
static/css/directives/ui/time-machine-settings.css
Normal file
3
static/css/directives/ui/time-machine-settings.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.time-machine-settings-element .btn {
|
||||
margin-top: 10px;
|
||||
}
|
Reference in a new issue