[add] no version check
This commit is contained in:
parent
c4f92f0402
commit
1a6be470ee
7 changed files with 75 additions and 45 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"selfRequestsOnly": false
|
||||
}'
|
||||
/>
|
||||
<title>MDUI</title>
|
||||
<title>LSP manager</title>
|
||||
<link rel="icon" href="/app/static/favicon.png" />
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.6/dist/css/bootstrap.min.css"/>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<nav class="navbar navbar-expand-lg ">
|
||||
<div class="container-fluid">
|
||||
|
||||
<a class="navbar-brand" href="/app">MDUI</a>
|
||||
<a class="navbar-brand" href="/app">LSP manager</a>
|
||||
<sl-icon id="indicator" class="htmx-indicator" src="/app/static/loader.svg" ></sl-icon>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/app/pdfs">pdf</a>
|
||||
<a class="nav-link" href="/app/sockets">connections </a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
layout:decorate="~{layout.htm}">
|
||||
|
||||
<head>
|
||||
<title>Profile</title>
|
||||
<title>Open sockets</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue