mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
b1bc63f509
commit
fdb13570d7
7 changed files with 34 additions and 20 deletions
|
@ -52,12 +52,12 @@ define(['layoutManager', 'globalize'], function (layoutManager, globalize) {
|
|||
|
||||
if (options.title) {
|
||||
html += '<h2>' + options.title + '</h2>';
|
||||
}
|
||||
}
|
||||
|
||||
var text = options.html || options.text;
|
||||
|
||||
if (text) {
|
||||
html += '<div>' + text + '</div>';
|
||||
html += '<div style="margin:1em 0;">' + text + '</div>';
|
||||
}
|
||||
|
||||
html += '<div class="buttons">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue