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