Fixes and minor improvements for admin dashboard See merge request pleroma/pleroma-fe!1863 (cherry picked from commitd21e3d5de2)f354cef0fix no feedback and no dropdown close for actions in frontends tab,c99390e8make notices appear above admin dash modalb6a4b620add better indication that stuff is happeningce109c38add favicon setting and add compact layout for AttachmentSettingbf49aeb7changelogd9ea160aaccount for if there's no primary frontend setup75eea5f2Merge remote-tracking branch 'origin/develop' into admin-dashboard-fixesa190ef2cfix crash added in this MR1037a3bbremove the WIP tip since pleroma!3862 is in stableb707a14bmake sure generated meta goes below FE-provided favicon so that BE's one
16 lines
495 B
HTML
16 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>
|