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