Skip to content

Commit

Permalink
issue#2433 minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
suhhee1011 committed Nov 15, 2021
1 parent 6a6add8 commit 8970973
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 67 deletions.
74 changes: 7 additions & 67 deletions src/api/status/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<base href="/v1/status/" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png" />
<link rel="icon" type="image/png" href="assets/img/favicon.png" />
<title>Material Dashboard 2 by Creative Tim</title>
<link rel="icon" type="image/svg+xml" href="./logo.svg" />
<title>Telescope Dashboard</title>
<!-- Fonts and icons -->
<link
rel="stylesheet"
Expand All @@ -36,8 +36,9 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet" />
<!-- CSS Files -->
<link id="pagestyle" href="assets/css/material-dashboard.css?v=3.0.0" rel="stylesheet" />
<link id="" />
<link rel="stylesheet" type="text/css" href="./style.css" />
</head>

<body class="g-sidenav-show bg-gray-200">
<aside
class="sidenav navbar navbar-vertical navbar-expand-xs border-0 border-radius-xl my-3 fixed-start ms-3 bg-gradient-dark"
Expand All @@ -54,15 +55,15 @@
href=" https://demos.creative-tim.com/material-dashboard/pages/dashboard "
target="_blank"
>
<img src="assets/img/logo-ct.png" class="navbar-brand-img h-100" alt="main_logo" />
<span class="ms-1 font-weight-bold text-white">Material Dashboard 2</span>
<img src="./logo.svg"" class="navbar-brand-img h-100" alt="main_logo" />
<span class="ms-1 font-weight-bold text-white">Telescope Dashboard</span>
</a>
</div>
<hr class="horizontal light mt-0 mb-2" />
<div class="collapse navbar-collapse w-auto max-height-vh-100" id="sidenav-collapse-main">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-white active bg-gradient-primary" href="./pages/dashboard.html">
<a class="nav-link text-white active" href="./pages/dashboard.html">
<div
class="text-white text-center me-2 d-flex align-items-center justify-content-center"
>
Expand Down Expand Up @@ -158,16 +159,6 @@ <h6 class="ps-4 ms-2 text-uppercase text-xs text-white font-weight-bolder opacit
</li>
</ul>
</div>
<div class="sidenav-footer position-absolute w-100 bottom-0">
<div class="mx-3">
<a
class="btn bg-gradient-primary mt-4 w-100"
href="https://www.creative-tim.com/product/material-dashboard-pro?ref=sidebarfree"
type="button"
>Upgrade to pro</a
>
</div>
</div>
</aside>
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg">
<!-- Navbar -->
Expand Down Expand Up @@ -1018,57 +1009,6 @@ <h6 class="text-dark text-sm font-weight-bold mb-0">New order #9583120</h6>
</div>
</div>
</div>
<footer class="footer py-4">
<div class="container-fluid">
<div class="row align-items-center justify-content-lg-between">
<div class="col-lg-6 mb-lg-0 mb-4">
<div class="copyright text-center text-sm text-muted text-lg-start">
© , made with <i class="fa fa-heart"></i> by
<a href="https://www.creative-tim.com" class="font-weight-bold" target="_blank"
>Creative Tim</a
>
for a better web.
</div>
</div>
<div class="col-lg-6">
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
<li class="nav-item">
<a
href="https://www.creative-tim.com"
class="nav-link text-muted"
target="_blank"
>Creative Tim</a
>
</li>
<li class="nav-item">
<a
href="https://www.creative-tim.com/presentation"
class="nav-link text-muted"
target="_blank"
>About Us</a
>
</li>
<li class="nav-item">
<a
href="https://www.creative-tim.com/blog"
class="nav-link text-muted"
target="_blank"
>Blog</a
>
</li>
<li class="nav-item">
<a
href="https://www.creative-tim.com/license"
class="nav-link pe-0 text-muted"
target="_blank"
>License</a
>
</li>
</ul>
</div>
</div>
</div>
</footer>
</div>
</main>
<div class="fixed-plugin">
Expand Down
7 changes: 7 additions & 0 deletions src/api/status/public/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#sidenav-collapse-main > ul > li > a.active {
background-color: #121d59;
}
#sidenav-collapse-main.collapse.navbar-collapse.w-auto.max-height-vh-100 {
height: calc(100vh);
}

#results {
max-width: 600px;
}
Expand Down

0 comments on commit 8970973

Please sign in to comment.