Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
2761d013
Commit
2761d013
authored
Apr 22, 2022
by
El Mghazli Yacine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup rowCtrl
parent
b112ed2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
common/utils/websrv/frontend/src/app/controls/row.control.ts
common/utils/websrv/frontend/src/app/controls/row.control.ts
+5
-5
No files found.
common/utils/websrv/frontend/src/app/controls/row.control.ts
View file @
2761d013
...
...
@@ -18,12 +18,12 @@ export class RowCtrl extends FormGroup {
switch
(
this
.
type
)
{
case
IArgType
.
boolean
:
return
this
.
boolFC
.
value
?
"
true
"
:
"
false
"
;
case
IArgType
.
list
:
return
this
.
listFC
.
value
?
"
true
"
:
"
false
"
;
//
case IArgType.list:
// return this.listFC.value as string
;
case
IArgType
.
number
:
return
this
.
numberFC
.
value
?
"
true
"
:
"
false
"
;
case
IArgType
.
range
:
return
this
.
rangeFC
.
value
?
"
true
"
:
"
false
"
;
return
this
.
numberFC
.
value
as
string
;
//
case IArgType.range:
// return this.rangeFC.value as string
;
case
IArgType
.
string
:
return
this
.
stringFC
.
value
}
...
...
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