File tree Expand file tree Collapse file tree 4 files changed +22
-22
lines changed
projects/fusio-sdk/src/lib/component Expand file tree Collapse file tree 4 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 22< fusio-message [response] ="response "> </ fusio-message >
33< form *ngIf ="entity ">
44 < div class ="mb-3 row ">
5- < label for ="name " class ="col-sm -2 col-form-label fw-bold "> Name</ label >
6- < div class ="col-sm -10 ">
5+ < label for ="name " class ="col-lg -2 col-form-label fw-bold "> Name</ label >
6+ < div class ="col-lg -10 ">
77 < div class ="input-group ">
88 < input type ="text " id ="name " name ="name " [(ngModel)] ="entity.name " [disabled] ="mode === 3 " class ="form-control ">
99 < button class ="btn btn-outline-secondary " type ="button " [ngbPopover] ="nameHelp "> < i class ="bi bi-question "> </ i > </ button >
1212 </ div >
1313 </ div >
1414 < div class ="mb-3 row ">
15- < label for ="url " class ="col-sm -2 col-form-label fw-bold "> Url</ label >
16- < div class ="col-sm -10 ">
15+ < label for ="url " class ="col-lg -2 col-form-label fw-bold "> Url</ label >
16+ < div class ="col-lg -10 ">
1717 < div class ="input-group ">
1818 < input type ="url " id ="url " name ="url " [(ngModel)] ="entity.url " [disabled] ="mode === 3 " class ="form-control ">
1919 < button class ="btn btn-outline-secondary " type ="button " [ngbPopover] ="urlHelp "> < i class ="bi bi-question "> </ i > </ button >
2222 </ div >
2323 </ div >
2424 < div class ="mb-3 row ">
25- < label class ="col-sm -2 col-form-label fw-bold "> Scopes</ label >
26- < div class ="col-sm -10 ">
25+ < label class ="col-lg -2 col-form-label fw-bold "> Scopes</ label >
26+ < div class ="col-lg -10 ">
2727 < fusio-scope-categories [scopes] ="entity.scopes " (dataChange) ="entity.scopes = $event " [disabled] ="mode === 3 "> </ fusio-scope-categories >
2828 </ div >
2929 </ div >
Original file line number Diff line number Diff line change 11
22< div class ="mb-3 row " *ngFor ="let property of local; let i = index ">
3- < label for ="{{name}}-{{property.key}} " class ="col-sm -2 col-form-label fw-bold "> {{property.key}}</ label >
4- < div class ="col-sm -10 ">
3+ < label for ="{{name}}-{{property.key}} " class ="col-lg -2 col-form-label fw-bold "> {{property.key}}</ label >
4+ < div class ="col-lg -10 ">
55 < ng-container *ngIf ="type !== 'autocomplete' ">
66 < div class ="input-group ">
77 < input type ="{{type}} " id ="{{name}}-{{property.key}} " name ="{{name}}-{{property.key}} " [ngModel] ="property.value " (ngModelChange) ="doChange(i, $event) " [disabled] ="disabled " class ="form-control ">
1515 </ div >
1616</ div >
1717< div class ="mb-3 row ">
18- < div class ="col-sm -2 ">
18+ < div class ="col-lg -2 ">
1919 < input type ="text " id ="{{name}}-newKey " name ="{{name}}-newKey " [(ngModel)] ="newKey " placeholder ="Enter key " class ="form-control ">
2020 </ div >
21- < div class ="col-sm -10 ">
21+ < div class ="col-lg -10 ">
2222 < ng-container *ngIf ="type !== 'autocomplete' ">
2323 < div class ="input-group ">
2424 < input type ="{{type}} " id ="{{name}}-newValue " name ="{{name}}-newValue " [(ngModel)] ="newValue " (keydown.enter) ="doAdd() " placeholder ="Enter value " class ="form-control ">
Original file line number Diff line number Diff line change 99</ div >
1010< form *ngIf ="entity ">
1111 < div class ="mb-3 row ">
12- < label for ="name " class ="col-sm -2 col-form-label fw-bold "> Name</ label >
13- < div class ="col-sm -10 ">
12+ < label for ="name " class ="col-lg -2 col-form-label fw-bold "> Name</ label >
13+ < div class ="col-lg -10 ">
1414 < div class ="input-group ">
1515 < input type ="text " id ="name " name ="name " [(ngModel)] ="entity.name " [disabled] ="mode === 3 " class ="form-control ">
1616 < button class ="btn btn-outline-secondary " type ="button " [ngbPopover] ="nameHelp "> < i class ="bi bi-question "> </ i > </ button >
1919 </ div >
2020 </ div >
2121 < div class ="mb-3 row ">
22- < label for ="name " class ="col-sm -2 col-form-label fw-bold "> Expires</ label >
23- < div class ="col-sm -10 ">
22+ < label for ="name " class ="col-lg -2 col-form-label fw-bold "> Expires</ label >
23+ < div class ="col-lg -10 ">
2424 < div class ="input-group ">
2525 < input type ="date " id ="expire " name ="expire " [(ngModel)] ="entity.expire " [disabled] ="mode === 3 " class ="form-control ">
2626 < button class ="btn btn-outline-secondary " type ="button " [ngbPopover] ="expireHelp "> < i class ="bi bi-question "> </ i > </ button >
2929 </ div >
3030 </ div >
3131 < div class ="mb-3 row " *ngIf ="mode === 1 ">
32- < label class ="col-sm -2 col-form-label fw-bold "> Scopes</ label >
33- < div class ="col-sm -10 ">
32+ < label class ="col-lg -2 col-form-label fw-bold "> Scopes</ label >
33+ < div class ="col-lg -10 ">
3434 < fusio-scope-categories [scopes] ="entity.scopes " (dataChange) ="entity.scopes = $event "> </ fusio-scope-categories >
3535 </ div >
3636 </ div >
Original file line number Diff line number Diff line change 22< fusio-message [response] ="response "> </ fusio-message >
33< form *ngIf ="entity ">
44 < div class ="mb-3 row ">
5- < label for ="name " class ="col-sm -2 col-form-label fw-bold "> Name</ label >
6- < div class ="col-sm -10 ">
5+ < label for ="name " class ="col-lg -2 col-form-label fw-bold "> Name</ label >
6+ < div class ="col-lg -10 ">
77 < div class ="input-group ">
88 < input type ="text " id ="name " name ="name " [(ngModel)] ="entity.name " [disabled] ="mode === 3 " class ="form-control ">
99 < button class ="btn btn-outline-secondary " type ="button " [ngbPopover] ="nameHelp "> < i class ="bi bi-question "> </ i > </ button >
1212 </ div >
1313 </ div >
1414 < div class ="mb-3 row ">
15- < label for ="event " class ="col-sm -2 col-form-label fw-bold "> Event</ label >
16- < div class ="col-sm -10 ">
15+ < label for ="event " class ="col-lg -2 col-form-label fw-bold "> Event</ label >
16+ < div class ="col-lg -10 ">
1717 < fusio-form-autocomplete id ="event " name ="event " [service] ="event " [useTilde] ="true " [data] ="entity.event " (dataChange) ="entity.event = $event " [disabled] ="mode === 3 ">
1818 < button class ="btn btn-outline-secondary " type ="button " [ngbPopover] ="eventHelp "> < i class ="bi bi-question "> </ i > </ button >
1919 < ng-template #eventHelp > The target event</ ng-template >
2020 </ fusio-form-autocomplete >
2121 </ div >
2222 </ div >
2323 < div class ="mb-3 row ">
24- < label for ="endpoint " class ="col-sm -2 col-form-label fw-bold "> Endpoint</ label >
25- < div class ="col-sm -10 ">
24+ < label for ="endpoint " class ="col-lg -2 col-form-label fw-bold "> Endpoint</ label >
25+ < div class ="col-lg -10 ">
2626 < div class ="input-group ">
2727 < input type ="url " id ="endpoint " name ="endpoint " [(ngModel)] ="entity.endpoint " [disabled] ="mode === 3 " class ="form-control ">
2828 < button class ="btn btn-outline-secondary " type ="button " [ngbPopover] ="endpointHelp "> < i class ="bi bi-question "> </ i > </ button >
You can’t perform that action at this time.
0 commit comments