Back to Peertube

Admin Save Bar.Component

client/src/app/+admin/config/shared/admin-save-bar.component.html

8.1.5383 B
Original Source

{{ title() }}

Open config wizardSave

@if (!isUpdateAllowed()) { Updating platform configuration from the web interface is disabled by the system administrator. } @else if (displayFormErrors && !form().valid) { There are errors in the configuration: @for (error of grabAllErrors(); track error) { - {{ error }} } } @if (inconsistentOptions()) { {{ inconsistentOptions() }} }