Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
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
RadioObservatory
LOFAR
Commits
b566e886
"sbin/update_ConfigDb.sh" did not exist on "197650fe57d763d31eff717c636353810e40fe0e"
Commit
b566e886
authored
8 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
Task #9607: leave live mode when selecting from/to date
parent
f21d248e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SAS/ResourceAssignment/ResourceAssignmentEditor/lib/templates/index.html
+2
-2
2 additions, 2 deletions
...ignment/ResourceAssignmentEditor/lib/templates/index.html
with
2 additions
and
2 deletions
SAS/ResourceAssignment/ResourceAssignmentEditor/lib/templates/index.html
+
2
−
2
View file @
b566e886
...
...
@@ -62,7 +62,7 @@
<div
class=
"col-md-3"
>
<label>
From:
</label>
<p
class=
"input-group"
>
<input
type=
"text"
class=
"form-control"
style=
"min-width:100px"
uib-datepicker-popup=
"yyyy-MM-dd"
ng-model=
"$parent.dataService.viewTimeSpan.from"
is-open=
"viewFromDatePopupOpened"
datepicker-options=
"dateOptions"
ng-required=
"true"
close-text=
"Close"
close-on-date-selection=
"false"
/>
<input
type=
"text"
class=
"form-control"
style=
"min-width:100px"
uib-datepicker-popup=
"yyyy-MM-dd"
ng-model=
"$parent.dataService.viewTimeSpan.from"
ng-change=
"$parent.onViewTimeSpanFromChanged()"
is-open=
"viewFromDatePopupOpened"
datepicker-options=
"dateOptions"
ng-required=
"true"
close-text=
"Close"
close-on-date-selection=
"false"
/>
<span
class=
"input-group-btn"
>
<button
type=
"button"
class=
"btn btn-default"
ng-click=
"openViewFromDatePopup()"
><i
class=
"glyphicon glyphicon-calendar"
></i></button>
</span>
...
...
@@ -72,7 +72,7 @@
<div
class=
"col-md-3"
>
<label>
To:
</label>
<p
class=
"input-group"
>
<input
type=
"text"
class=
"form-control"
style=
"min-width:100px"
uib-datepicker-popup=
"yyyy-MM-dd"
ng-model=
"$parent.dataService.viewTimeSpan.to"
is-open=
"viewToDatePopupOpened"
datepicker-options=
"dateOptions"
ng-required=
"true"
close-text=
"Close"
close-on-date-selection=
"false"
/>
<input
type=
"text"
class=
"form-control"
style=
"min-width:100px"
uib-datepicker-popup=
"yyyy-MM-dd"
ng-model=
"$parent.dataService.viewTimeSpan.to"
ng-change=
"$parent.onViewTimeSpanToChanged()"
is-open=
"viewToDatePopupOpened"
datepicker-options=
"dateOptions"
ng-required=
"true"
close-text=
"Close"
close-on-date-selection=
"false"
/>
<span
class=
"input-group-btn"
>
<button
type=
"button"
class=
"btn btn-default"
ng-click=
"openViewToDatePopup()"
><i
class=
"glyphicon glyphicon-calendar"
></i></button>
</span>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment