mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-24 09:10:44 +09:00
updates
This commit is contained in:
@@ -363,6 +363,11 @@ class ItemController extends Controller
|
||||
SupportedApps::getFiles($app);
|
||||
SupportedApps::saveApp($app, $localapp);
|
||||
}
|
||||
} else {
|
||||
SupportedApps::getFiles($app);
|
||||
$application = new Application;
|
||||
SupportedApps::saveApp($app, $application);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2
public/css/app.css
vendored
2
public/css/app.css
vendored
@@ -703,6 +703,8 @@ body {
|
||||
max-width: 1000px;
|
||||
width: 100%;
|
||||
margin: 10px 40px;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.module-container header, .module-container footer {
|
||||
|
||||
4
public/mix-manifest.json
generated
4
public/mix-manifest.json
generated
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/css/app.css": "/css/app.css?id=a3356a79f9799651e507",
|
||||
"/js/app.js": "/js/app.js?id=f18d23b8fc7a094a2c66"
|
||||
"/css/app.css": "/css/app.css?id=d501edaf8c9cc02c173d",
|
||||
"/js/app.js": "/js/app.js?id=32cbf6f4924b46ae7e05"
|
||||
}
|
||||
@@ -374,6 +374,8 @@ body {
|
||||
max-width: 1000px;
|
||||
width: 100%;
|
||||
margin: 10px 40px;
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
header, footer {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
Reference in New Issue
Block a user