mirror of
https://git.pleroma.social/sjw/pleroma-fe.git
synced 2025-01-27 13:32:33 +01:00
55ecb5239a
Fixes and minor improvements for admin dashboard See merge request pleroma/pleroma-fe!1863 (cherry picked from commit d21e3d5de28afc1725e256370326f5c119d7a736) f354cef0 fix no feedback and no dropdown close for actions in frontends tab, c99390e8 make notices appear above admin dash modal b6a4b620 add better indication that stuff is happening ce109c38 add favicon setting and add compact layout for AttachmentSetting bf49aeb7 changelog d9ea160a account for if there's no primary frontend setup 75eea5f2 Merge remote-tracking branch 'origin/develop' into admin-dashboard-fixes a190ef2c fix crash added in this MR 1037a3bb remove the WIP tip since pleroma!3862 is in stable b707a14b make sure generated meta goes below FE-provided favicon so that BE's one
17 lines
495 B
HTML
17 lines
495 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
|
<link rel="icon" type="image/png" href="/favicon.png">
|
|
<!--server-generated-meta-->
|
|
</head>
|
|
<body class="hidden">
|
|
<noscript>To use Pleroma, please enable JavaScript.</noscript>
|
|
<div id="app"></div>
|
|
<div id="modal"></div>
|
|
<!-- built files will be auto injected -->
|
|
<div id="popovers" />
|
|
</body>
|
|
</html>
|