mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-16 23:18:53 +00:00
sync
This commit is contained in:
parent
38ec1f925b
commit
b4eb829d14
@ -1 +1 @@
|
||||
Subproject commit 54cf0362ca672577da49a73fe2479c2cfb67b8aa
|
||||
Subproject commit c0bd9f85c0dd83ac263bfd6681f2db6db7e4113f
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-a37d1e46.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-31522f1e.css">
|
||||
<script type="module" crossorigin src="/assets/index-3e1bee62.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-fe544d3a.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -1232,6 +1232,7 @@
|
||||
<td>
|
||||
<div class="flex flex-row">
|
||||
<button class="hover:text-primary bg-green-200 rounded-lg p-4 m-4 w-full text-center items-center" @click="reinstallSDService">install sd service</button>
|
||||
<button class="hover:text-primary bg-green-200 rounded-lg p-4 m-4 w-full text-center items-center" @click="startSDService">start sd service</button>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -2803,6 +2804,16 @@ export default {
|
||||
console.error(error);
|
||||
});
|
||||
|
||||
},
|
||||
startSDService(){
|
||||
axios.get('start_sd')
|
||||
.then(response => {
|
||||
|
||||
})
|
||||
.catch(error => {
|
||||
console.error(error);
|
||||
});
|
||||
|
||||
},
|
||||
reinstallMotionCtrlService(){
|
||||
axios.get('install_motion_ctrl')
|
||||
|
Loading…
x
Reference in New Issue
Block a user