1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 04:00:40 +02:00

feat: NoJs Admin View (#3059)

Adds a nojs blade template to be able to enable/disable extensions when one of them misbehaves.
This commit is contained in:
Sami Mazouz
2021-08-31 09:08:27 +01:00
committed by GitHub
parent 7d59bbad88
commit c3ab5b96bb
15 changed files with 403 additions and 70 deletions

View File

@@ -10,4 +10,5 @@
@import "admin/ExtensionWidget";
@import "admin/AppearancePage";
@import "admin/MailPage";
@import "admin/NoJs";
@import "admin/UsersListPage.less";