mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix missing emby-collapse import in add plugin page
This commit is contained in:
parent
467fbd1899
commit
ac410d1616
1 changed files with 3 additions and 1 deletions
|
@ -3,11 +3,13 @@ import markdownIt from 'markdown-it';
|
||||||
import DOMPurify from 'dompurify';
|
import DOMPurify from 'dompurify';
|
||||||
import loading from '../../../../components/loading/loading';
|
import loading from '../../../../components/loading/loading';
|
||||||
import globalize from '../../../../scripts/globalize';
|
import globalize from '../../../../scripts/globalize';
|
||||||
import '../../../../elements/emby-button/emby-button';
|
|
||||||
import Dashboard from '../../../../utils/dashboard';
|
import Dashboard from '../../../../utils/dashboard';
|
||||||
import alert from '../../../../components/alert';
|
import alert from '../../../../components/alert';
|
||||||
import confirm from '../../../../components/confirm/confirm';
|
import confirm from '../../../../components/confirm/confirm';
|
||||||
|
|
||||||
|
import 'elements/emby-button/emby-button';
|
||||||
|
import 'elements/emby-collapse/emby-collapse';
|
||||||
|
|
||||||
function populateHistory(packageInfo, page) {
|
function populateHistory(packageInfo, page) {
|
||||||
let html = '';
|
let html = '';
|
||||||
const length = Math.min(packageInfo.versions.length, 10);
|
const length = Math.min(packageInfo.versions.length, 10);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue