3 string changes
This commit is contained in:
Родитель
b7bb676fe6
Коммит
418c59ce6e
|
@ -8,12 +8,12 @@
|
||||||
</app-checkbox-list>
|
</app-checkbox-list>
|
||||||
</app-collapsible>
|
</app-collapsible>
|
||||||
|
|
||||||
<app-collapsible title="Runtime Blocked Hosts" description="Runtime Blocked Hosts">
|
<app-collapsible title="Runtime Blocked Hosts" description="List of websites you specify will not be accessible to extensions">
|
||||||
<app-item-list [validator]="matchPatterValidator" (onListChanged)="runtimeBlockedHostsChanged($event)">
|
<app-item-list [validator]="matchPatterValidator" (onListChanged)="runtimeBlockedHostsChanged($event)">
|
||||||
</app-item-list>
|
</app-item-list>
|
||||||
</app-collapsible>
|
</app-collapsible>
|
||||||
|
|
||||||
<app-collapsible title="Runtime Allowed Hosts" description="Runtime Allowed Hosts">
|
<app-collapsible title="Runtime Allowed Hosts" description="Only the list of websites you specify will be accessible to extensions">
|
||||||
<app-item-list [validator]="matchPatterValidator" (onListChanged)="runtimeAllowedHostsChanged($event)">
|
<app-item-list [validator]="matchPatterValidator" (onListChanged)="runtimeAllowedHostsChanged($event)">
|
||||||
</app-item-list>
|
</app-item-list>
|
||||||
</app-collapsible>
|
</app-collapsible>
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
(onListChanged)="allowedExtensionsChanged($event)"></app-item-list>
|
(onListChanged)="allowedExtensionsChanged($event)"></app-item-list>
|
||||||
</app-collapsible>
|
</app-collapsible>
|
||||||
|
|
||||||
<app-collapsible title="Force Installed Extensions" description="Force Installed Extensions">
|
<app-collapsible title="Force Installed Extensions" description="Add the extensions that you want to silently install in your organization">
|
||||||
<app-item-list placeholder="extension_id;update_url" [validator]="forceInstallEntryValidator"
|
<app-item-list placeholder="extension_id;update_url" [validator]="forceInstallEntryValidator"
|
||||||
(onListChanged)="forceInstallListChanged($event)"></app-item-list>
|
(onListChanged)="forceInstallListChanged($event)"></app-item-list>
|
||||||
</app-collapsible>
|
</app-collapsible>
|
||||||
|
@ -55,4 +55,4 @@
|
||||||
<button (click)="generateJSON()">Generate JSON</button>
|
<button (click)="generateJSON()">Generate JSON</button>
|
||||||
<br><br>
|
<br><br>
|
||||||
<textarea *ngIf="generatedJson" disabled="true" cols="150" rows="10">{{generatedJson}}</textarea>
|
<textarea *ngIf="generatedJson" disabled="true" cols="150" rows="10">{{generatedJson}}</textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче