Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-frontend
Commits
5dcc644f
Commit
5dcc644f
authored
Dec 17, 2019
by
Alicja Reniewicz
Browse files
information about sg in cloud def
parent
f64f96da
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/app/provider/cloud-property-form/cloud-property-form.component.html
View file @
5dcc644f
...
...
@@ -21,6 +21,16 @@
<form
#singlePropertyFormId
="
ngForm
"
[formGroup]=
"singlePropertyForm"
>
<mat-card-subtitle>
{{singlePropertyFormTitle}}
</mat-card-subtitle>
<mat-card-content>
<mat-card>
<mat-icon
color=
"primary"
>
info
</mat-icon>
Security group definition
<p>
In order to have open specific ports on your instances, please define own security group (with
proper rules) on your cloud provider.
In that form, please add property with key:
<strong>
{{propertiesNameForSG}}
</strong>
, as value use id
of this security group.
</p>
</mat-card>
<mat-form-field
class=
"wide-input"
>
<input
matInput
formControlName=
"key"
placeholder=
"Key"
required
>
<mat-error
*ngIf=
"form.key.errors && form.key.errors.invalidKey"
>
...
...
src/app/provider/cloud-property-form/cloud-property-form.component.ts
View file @
5dcc644f
...
...
@@ -22,6 +22,7 @@ export class CloudPropertyFormComponent implements OnInit {
singlePropertyFormTitle
:
string
;
data
:
MatTableDataSource
<
SingleProperty
>
;
propertyData
:
ParentProperty
;
propertiesNameForSG
=
'
sword.default.securityGroup
'
;
editedPropertyKey
:
string
;
...
...
Alicja Reniewicz
@areniewicz
mentioned in commit
a1f75c5a
·
Mar 16, 2020
mentioned in commit
a1f75c5a
mentioned in commit a1f75c5acb694196452b0c77ec79cd084ace178d
Toggle commit list
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