Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
nmaas
nmaas Portal
Commits
eb2d086d
Commit
eb2d086d
authored
2 months ago
by
kbeyro
Browse files
Options
Downloads
Patches
Plain Diff
add current date since
parent
b292dc20
No related branches found
No related tags found
2 merge requests
!184
Develop
,
!183
294 add domain to cluster
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/model/cluster-manager.ts
+2
-0
2 additions, 0 deletions
src/app/model/cluster-manager.ts
src/app/shared/admin/clusters/managerdetails/managerdetails.component.html
+10
-0
10 additions, 0 deletions
...min/clusters/managerdetails/managerdetails.component.html
with
12 additions
and
0 deletions
src/app/model/cluster-manager.ts
+
2
−
0
View file @
eb2d086d
...
...
@@ -15,4 +15,6 @@ export class ClusterManager {
public
externalNetworks
:
ClusterExtNetwork
[]
public
domainNames
:
string
[];
public
state
:
string
;
public
currentStateSince
:
Date
;
public
contactEmail
:
string
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/app/shared/admin/clusters/managerdetails/managerdetails.component.html
+
10
−
0
View file @
eb2d086d
...
...
@@ -70,6 +70,16 @@
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"state"
class=
"col-sm-2 control-label"
>
{{ 'CLUSTERS.STATE_SINCE' | translate }}
</label>
<div
class=
"col-sm-10"
>
<div
class=
"col-sm-10"
>
<input
type=
"text"
class=
"form-control"
id=
"state"
name=
"state"
[ngModel]=
"formatDate(cluster.currentStateSince)"
[disabled]=
"true"
>
</div>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
"clusterCreationDate"
class=
"col-sm-2 control-label"
>
{{ 'CLUSTERS.CREATION_DATE' | translate }}
</label>
...
...
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