diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index ff44ccbf6b..d939a20c8a 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -1423,6 +1423,9 @@ return [ 'send_message' => 'Send message', 'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.', 'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.', + 'admin_maintanance_title' => 'Maintenance', + 'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance', + 'admin_maintenance_clear_cache' => 'Clear cache', 'split_transaction_title' => 'Description of the split transaction', 'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.', diff --git a/resources/views/v1/admin/index.twig b/resources/views/v1/admin/index.twig index efbfb7f9da..065f2c1af2 100644 --- a/resources/views/v1/admin/index.twig +++ b/resources/views/v1/admin/index.twig @@ -23,32 +23,6 @@ - -
-
-
-

{{ 'send_test_email'|_ }}

-
-
-
-

- {{ trans('firefly.send_test_email_text', {email:Auth.user.email})|raw }} -

- - -
- -
-
-
- - -
-

{{ 'user_administration'|_ }}

@@ -60,5 +34,39 @@
+
+
+
+

{{ 'send_test_email'|_ }}

+
+
+
+

+ {{ trans('firefly.send_test_email_text', {email:Auth.user.email})|raw }} +

+ +
+ +
+
+
+
+

{{ 'admin_maintanance_title'|_ }}

+
+
+

+ {{ 'admin_maintanance_expl'|_ }} +

+

+ {{ 'admin_maintenance_clear_cache'|_ }} +

+
+
+
+ {% endblock %}