mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update forms
This commit is contained in:
parent
b14198727b
commit
e0d2a9298b
6 changed files with 11 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
define(['jQuery', 'paper-icon-button-light'], function ($) {
|
||||
define(['jQuery', 'paper-icon-button-light', 'cardStyle'], function ($) {
|
||||
|
||||
function cancelJob(page, id) {
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
|||
|
||||
var html = '';
|
||||
|
||||
html += "<div class='card squareCard' data-id='" + job.Id + "' data-status='" + job.Status + "'>";
|
||||
html += "<div class='card squareCard scalableCard' data-id='" + job.Id + "' data-status='" + job.Status + "'>";
|
||||
|
||||
html += '<div class="' + cardBoxCssClass + '">';
|
||||
html += '<div class="cardScalable">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue