uptime.html 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  1. <!doctype html>
  2. <!--
  3. * Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
  4. * @version 1.0.0-beta19
  5. * @link https://tabler.io
  6. * Copyright 2018-2023 The Tabler Authors
  7. * Copyright 2018-2023 codecalm.net Paweł Kuna
  8. * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
  9. -->
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8"/>
  13. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
  14. <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
  15. <title>Tabler - Premium and Open Source dashboard template with responsive and high quality UI.</title>
  16. <script defer data-api="/stats/api/event" data-domain="preview.tabler.io" src="/stats/js/script.js"></script>
  17. <meta name="msapplication-TileColor" content=""/>
  18. <meta name="theme-color" content=""/>
  19. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
  20. <meta name="apple-mobile-web-app-capable" content="yes"/>
  21. <meta name="mobile-web-app-capable" content="yes"/>
  22. <meta name="HandheldFriendly" content="True"/>
  23. <meta name="MobileOptimized" content="320"/>
  24. <link rel="icon" href="./favicon.ico" type="image/x-icon"/>
  25. <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"/>
  26. <meta name="description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!"/>
  27. <meta name="canonical" content="https://preview.tabler.io/uptime.html">
  28. <meta name="twitter:image:src" content="https://preview.tabler.io/static/og.png">
  29. <meta name="twitter:site" content="@tabler_ui">
  30. <meta name="twitter:card" content="summary">
  31. <meta name="twitter:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
  32. <meta name="twitter:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
  33. <meta property="og:image" content="https://preview.tabler.io/static/og.png">
  34. <meta property="og:image:width" content="1280">
  35. <meta property="og:image:height" content="640">
  36. <meta property="og:site_name" content="Tabler">
  37. <meta property="og:type" content="object">
  38. <meta property="og:title" content="Tabler: Premium and Open Source dashboard template with responsive and high quality UI.">
  39. <meta property="og:url" content="https://preview.tabler.io/static/og.png">
  40. <meta property="og:description" content="Tabler comes with tons of well-designed components and features. Start your adventure with Tabler and make your dashboard great again. For free!">
  41. <!-- CSS files -->
  42. <link href="./dist/css/tabler.min.css?1685973381" rel="stylesheet"/>
  43. <link href="./dist/css/tabler-flags.min.css?1685973381" rel="stylesheet"/>
  44. <link href="./dist/css/tabler-payments.min.css?1685973381" rel="stylesheet"/>
  45. <link href="./dist/css/tabler-vendors.min.css?1685973381" rel="stylesheet"/>
  46. <link href="./dist/css/demo.min.css?1685973381" rel="stylesheet"/>
  47. <style>
  48. @import url('https://rsms.me/inter/inter.css');
  49. :root {
  50. --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  51. }
  52. body {
  53. font-feature-settings: "cv03", "cv04", "cv11";
  54. }
  55. </style>
  56. </head>
  57. <body >
  58. <script src="./dist/js/demo-theme.min.js?1685973381"></script>
  59. <div class="page">
  60. <!-- Navbar -->
  61. <header class="navbar navbar-expand-md d-print-none" >
  62. <div class="container-xl">
  63. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-menu" aria-controls="navbar-menu" aria-expanded="false" aria-label="Toggle navigation">
  64. <span class="navbar-toggler-icon"></span>
  65. </button>
  66. <h1 class="navbar-brand navbar-brand-autodark d-none-navbar-horizontal pe-0 pe-md-3">
  67. <a href=".">
  68. <img src="./static/logo.svg" width="110" height="32" alt="Tabler" class="navbar-brand-image">
  69. </a>
  70. </h1>
  71. <div class="navbar-nav flex-row order-md-last">
  72. <div class="nav-item d-none d-md-flex me-3">
  73. <div class="btn-list">
  74. <a href="https://github.com/tabler/tabler" class="btn" target="_blank" rel="noreferrer">
  75. <!-- Download SVG icon from http://tabler-icons.io/i/brand-github -->
  76. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" /></svg>
  77. Source code
  78. </a>
  79. <a href="https://github.com/sponsors/codecalm" class="btn" target="_blank" rel="noreferrer">
  80. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  81. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  82. Sponsor
  83. </a>
  84. </div>
  85. </div>
  86. <div class="d-none d-md-flex">
  87. <a href="?theme=dark" class="nav-link px-0 hide-theme-dark" title="Enable dark mode" data-bs-toggle="tooltip"
  88. data-bs-placement="bottom">
  89. <!-- Download SVG icon from http://tabler-icons.io/i/moon -->
  90. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" /></svg>
  91. </a>
  92. <a href="?theme=light" class="nav-link px-0 hide-theme-light" title="Enable light mode" data-bs-toggle="tooltip"
  93. data-bs-placement="bottom">
  94. <!-- Download SVG icon from http://tabler-icons.io/i/sun -->
  95. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M3 12h1m8 -9v1m8 8h1m-9 8v1m-6.4 -15.4l.7 .7m12.1 -.7l-.7 .7m0 11.4l.7 .7m-12.1 -.7l-.7 .7" /></svg>
  96. </a>
  97. <div class="nav-item dropdown d-none d-md-flex me-3">
  98. <a href="#" class="nav-link px-0" data-bs-toggle="dropdown" tabindex="-1" aria-label="Show notifications">
  99. <!-- Download SVG icon from http://tabler-icons.io/i/bell -->
  100. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6" /><path d="M9 17v1a3 3 0 0 0 6 0v-1" /></svg>
  101. <span class="badge bg-red"></span>
  102. </a>
  103. <div class="dropdown-menu dropdown-menu-arrow dropdown-menu-end dropdown-menu-card">
  104. <div class="card">
  105. <div class="card-header">
  106. <h3 class="card-title">Last updates</h3>
  107. </div>
  108. <div class="list-group list-group-flush list-group-hoverable">
  109. <div class="list-group-item">
  110. <div class="row align-items-center">
  111. <div class="col-auto"><span class="status-dot status-dot-animated bg-red d-block"></span></div>
  112. <div class="col text-truncate">
  113. <a href="#" class="text-body d-block">Example 1</a>
  114. <div class="d-block text-secondary text-truncate mt-n1">
  115. Change deprecated html tags to text decoration classes (#29604)
  116. </div>
  117. </div>
  118. <div class="col-auto">
  119. <a href="#" class="list-group-item-actions">
  120. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  121. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  122. </a>
  123. </div>
  124. </div>
  125. </div>
  126. <div class="list-group-item">
  127. <div class="row align-items-center">
  128. <div class="col-auto"><span class="status-dot d-block"></span></div>
  129. <div class="col text-truncate">
  130. <a href="#" class="text-body d-block">Example 2</a>
  131. <div class="d-block text-secondary text-truncate mt-n1">
  132. justify-content:between ⇒ justify-content:space-between (#29734)
  133. </div>
  134. </div>
  135. <div class="col-auto">
  136. <a href="#" class="list-group-item-actions show">
  137. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  138. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-yellow" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  139. </a>
  140. </div>
  141. </div>
  142. </div>
  143. <div class="list-group-item">
  144. <div class="row align-items-center">
  145. <div class="col-auto"><span class="status-dot d-block"></span></div>
  146. <div class="col text-truncate">
  147. <a href="#" class="text-body d-block">Example 3</a>
  148. <div class="d-block text-secondary text-truncate mt-n1">
  149. Update change-version.js (#29736)
  150. </div>
  151. </div>
  152. <div class="col-auto">
  153. <a href="#" class="list-group-item-actions">
  154. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  155. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  156. </a>
  157. </div>
  158. </div>
  159. </div>
  160. <div class="list-group-item">
  161. <div class="row align-items-center">
  162. <div class="col-auto"><span class="status-dot status-dot-animated bg-green d-block"></span></div>
  163. <div class="col text-truncate">
  164. <a href="#" class="text-body d-block">Example 4</a>
  165. <div class="d-block text-secondary text-truncate mt-n1">
  166. Regenerate package-lock.json (#29730)
  167. </div>
  168. </div>
  169. <div class="col-auto">
  170. <a href="#" class="list-group-item-actions">
  171. <!-- Download SVG icon from http://tabler-icons.io/i/star -->
  172. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-muted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  173. </a>
  174. </div>
  175. </div>
  176. </div>
  177. </div>
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. <div class="nav-item dropdown">
  183. <a href="#" class="nav-link d-flex lh-1 text-reset p-0" data-bs-toggle="dropdown" aria-label="Open user menu">
  184. <span class="avatar avatar-sm" style="background-image: url(./static/avatars/000m.jpg)"></span>
  185. <div class="d-none d-xl-block ps-2">
  186. <div>Paweł Kuna</div>
  187. <div class="mt-1 small text-secondary">UI Designer</div>
  188. </div>
  189. </a>
  190. <div class="dropdown-menu dropdown-menu-end dropdown-menu-arrow">
  191. <a href="#" class="dropdown-item">Status</a>
  192. <a href="./profile.html" class="dropdown-item">Profile</a>
  193. <a href="#" class="dropdown-item">Feedback</a>
  194. <div class="dropdown-divider"></div>
  195. <a href="./settings.html" class="dropdown-item">Settings</a>
  196. <a href="./sign-in.html" class="dropdown-item">Logout</a>
  197. </div>
  198. </div>
  199. </div>
  200. </div>
  201. </header>
  202. <header class="navbar-expand-md">
  203. <div class="collapse navbar-collapse" id="navbar-menu">
  204. <div class="navbar">
  205. <div class="container-xl">
  206. <ul class="navbar-nav">
  207. <li class="nav-item">
  208. <a class="nav-link" href="./" >
  209. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/home -->
  210. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l-2 0l9 -9l9 9l-2 0" /><path d="M5 12v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-7" /><path d="M9 21v-6a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v6" /></svg>
  211. </span>
  212. <span class="nav-link-title">
  213. Home
  214. </span>
  215. </a>
  216. </li>
  217. <li class="nav-item dropdown">
  218. <a class="nav-link dropdown-toggle" href="#navbar-base" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  219. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/package -->
  220. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 3l8 4.5l0 9l-8 4.5l-8 -4.5l0 -9l8 -4.5" /><path d="M12 12l8 -4.5" /><path d="M12 12l0 9" /><path d="M12 12l-8 -4.5" /><path d="M16 5.25l-8 4.5" /></svg>
  221. </span>
  222. <span class="nav-link-title">
  223. Interface
  224. </span>
  225. </a>
  226. <div class="dropdown-menu">
  227. <div class="dropdown-menu-columns">
  228. <div class="dropdown-menu-column">
  229. <a class="dropdown-item" href="./alerts.html">
  230. Alerts
  231. </a>
  232. <a class="dropdown-item" href="./accordion.html">
  233. Accordion
  234. </a>
  235. <div class="dropend">
  236. <a class="dropdown-item dropdown-toggle" href="#sidebar-authentication" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  237. Authentication
  238. </a>
  239. <div class="dropdown-menu">
  240. <a href="./sign-in.html" class="dropdown-item">
  241. Sign in
  242. </a>
  243. <a href="./sign-in-link.html" class="dropdown-item">
  244. Sign in link
  245. </a>
  246. <a href="./sign-in-illustration.html" class="dropdown-item">
  247. Sign in with illustration
  248. </a>
  249. <a href="./sign-in-cover.html" class="dropdown-item">
  250. Sign in with cover
  251. </a>
  252. <a href="./sign-up.html" class="dropdown-item">
  253. Sign up
  254. </a>
  255. <a href="./forgot-password.html" class="dropdown-item">
  256. Forgot password
  257. </a>
  258. <a href="./terms-of-service.html" class="dropdown-item">
  259. Terms of service
  260. </a>
  261. <a href="./auth-lock.html" class="dropdown-item">
  262. Lock screen
  263. </a>
  264. <a href="./2-step-verification.html" class="dropdown-item">
  265. 2 step verification
  266. </a>
  267. <a href="./2-step-verification-code.html" class="dropdown-item">
  268. 2 step verification code
  269. </a>
  270. </div>
  271. </div>
  272. <a class="dropdown-item" href="./blank.html">
  273. Blank page
  274. </a>
  275. <a class="dropdown-item" href="./badges.html">
  276. Badges
  277. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  278. </a>
  279. <a class="dropdown-item" href="./buttons.html">
  280. Buttons
  281. </a>
  282. <div class="dropend">
  283. <a class="dropdown-item dropdown-toggle" href="#sidebar-cards" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  284. Cards
  285. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  286. </a>
  287. <div class="dropdown-menu">
  288. <a href="./cards.html" class="dropdown-item">
  289. Sample cards
  290. </a>
  291. <a href="./card-actions.html" class="dropdown-item">
  292. Card actions
  293. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  294. </a>
  295. <a href="./cards-masonry.html" class="dropdown-item">
  296. Cards Masonry
  297. </a>
  298. </div>
  299. </div>
  300. <a class="dropdown-item" href="./carousel.html">
  301. Carousel
  302. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  303. </a>
  304. <a class="dropdown-item" href="./charts.html">
  305. Charts
  306. </a>
  307. <a class="dropdown-item" href="./colors.html">
  308. Colors
  309. </a>
  310. <a class="dropdown-item" href="./colorpicker.html">
  311. Color picker
  312. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  313. </a>
  314. <a class="dropdown-item" href="./datagrid.html">
  315. Data grid
  316. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  317. </a>
  318. <a class="dropdown-item" href="./datatables.html">
  319. Datatables
  320. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  321. </a>
  322. <a class="dropdown-item" href="./dropdowns.html">
  323. Dropdowns
  324. </a>
  325. <a class="dropdown-item" href="./dropzone.html">
  326. Dropzone
  327. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  328. </a>
  329. <div class="dropend">
  330. <a class="dropdown-item dropdown-toggle" href="#sidebar-error" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  331. Error pages
  332. </a>
  333. <div class="dropdown-menu">
  334. <a href="./error-404.html" class="dropdown-item">
  335. 404 page
  336. </a>
  337. <a href="./error-500.html" class="dropdown-item">
  338. 500 page
  339. </a>
  340. <a href="./error-maintenance.html" class="dropdown-item">
  341. Maintenance page
  342. </a>
  343. </div>
  344. </div>
  345. <a class="dropdown-item" href="./flags.html">
  346. Flags
  347. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  348. </a>
  349. <a class="dropdown-item" href="./inline-player.html">
  350. Inline player
  351. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  352. </a>
  353. </div>
  354. <div class="dropdown-menu-column">
  355. <a class="dropdown-item" href="./lightbox.html">
  356. Lightbox
  357. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  358. </a>
  359. <a class="dropdown-item" href="./lists.html">
  360. Lists
  361. </a>
  362. <a class="dropdown-item" href="./modals.html">
  363. Modal
  364. </a>
  365. <a class="dropdown-item" href="./maps.html">
  366. Map
  367. </a>
  368. <a class="dropdown-item" href="./map-fullsize.html">
  369. Map fullsize
  370. </a>
  371. <a class="dropdown-item" href="./maps-vector.html">
  372. Map vector
  373. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  374. </a>
  375. <a class="dropdown-item" href="./markdown.html">
  376. Markdown
  377. </a>
  378. <a class="dropdown-item" href="./navigation.html">
  379. Navigation
  380. </a>
  381. <a class="dropdown-item" href="./offcanvas.html">
  382. Offcanvas
  383. </a>
  384. <a class="dropdown-item" href="./pagination.html">
  385. <!-- Download SVG icon from http://tabler-icons.io/i/pie-chart -->
  386. Pagination
  387. </a>
  388. <a class="dropdown-item" href="./placeholder.html">
  389. Placeholder
  390. </a>
  391. <a class="dropdown-item" href="./steps.html">
  392. Steps
  393. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  394. </a>
  395. <a class="dropdown-item" href="./stars-rating.html">
  396. Stars rating
  397. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  398. </a>
  399. <a class="dropdown-item" href="./tabs.html">
  400. Tabs
  401. </a>
  402. <a class="dropdown-item" href="./tables.html">
  403. Tables
  404. </a>
  405. <a class="dropdown-item" href="./typography.html">
  406. Typography
  407. </a>
  408. <a class="dropdown-item" href="./tinymce.html">
  409. TinyMCE
  410. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  411. </a>
  412. </div>
  413. </div>
  414. </div>
  415. </li>
  416. <li class="nav-item">
  417. <a class="nav-link" href="./form-elements.html" >
  418. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/checkbox -->
  419. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M9 11l3 3l8 -8" /><path d="M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" /></svg>
  420. </span>
  421. <span class="nav-link-title">
  422. Form elements
  423. </span>
  424. </a>
  425. </li>
  426. <li class="nav-item active dropdown">
  427. <a class="nav-link dropdown-toggle" href="#navbar-extra" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  428. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/star -->
  429. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" /></svg>
  430. </span>
  431. <span class="nav-link-title">
  432. Extra
  433. </span>
  434. </a>
  435. <div class="dropdown-menu">
  436. <div class="dropdown-menu-columns">
  437. <div class="dropdown-menu-column">
  438. <a class="dropdown-item" href="./empty.html">
  439. Empty page
  440. </a>
  441. <a class="dropdown-item" href="./cookie-banner.html">
  442. Cookie banner
  443. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  444. </a>
  445. <a class="dropdown-item" href="./activity.html">
  446. Activity
  447. </a>
  448. <a class="dropdown-item" href="./gallery.html">
  449. Gallery
  450. </a>
  451. <a class="dropdown-item" href="./invoice.html">
  452. Invoice
  453. </a>
  454. <a class="dropdown-item" href="./search-results.html">
  455. Search results
  456. </a>
  457. <a class="dropdown-item" href="./pricing.html">
  458. Pricing cards
  459. </a>
  460. <a class="dropdown-item" href="./pricing-table.html">
  461. Pricing table
  462. </a>
  463. <a class="dropdown-item" href="./faq.html">
  464. FAQ
  465. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  466. </a>
  467. <a class="dropdown-item" href="./users.html">
  468. Users
  469. </a>
  470. <a class="dropdown-item" href="./license.html">
  471. License
  472. </a>
  473. </div>
  474. <div class="dropdown-menu-column">
  475. <a class="dropdown-item" href="./logs.html">
  476. Logs
  477. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  478. </a>
  479. <a class="dropdown-item" href="./music.html">
  480. Music
  481. </a>
  482. <a class="dropdown-item" href="./photogrid.html">
  483. Photogrid
  484. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  485. </a>
  486. <a class="dropdown-item" href="./tasks.html">
  487. Tasks
  488. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  489. </a>
  490. <a class="dropdown-item active" href="./uptime.html">
  491. Uptime monitor
  492. </a>
  493. <a class="dropdown-item" href="./widgets.html">
  494. Widgets
  495. </a>
  496. <a class="dropdown-item" href="./wizard.html">
  497. Wizard
  498. </a>
  499. <a class="dropdown-item" href="./settings.html">
  500. Settings
  501. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  502. </a>
  503. <a class="dropdown-item" href="./trial-ended.html">
  504. Trial ended
  505. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  506. </a>
  507. <a class="dropdown-item" href="./job-listing.html">
  508. Job listing
  509. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  510. </a>
  511. <a class="dropdown-item" href="./page-loader.html">
  512. Page loader
  513. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  514. </a>
  515. </div>
  516. </div>
  517. </div>
  518. </li>
  519. <li class="nav-item dropdown">
  520. <a class="nav-link dropdown-toggle" href="#navbar-layout" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  521. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/layout-2 -->
  522. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M4 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M4 13m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 4m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v3a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M14 15m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v1a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /></svg>
  523. </span>
  524. <span class="nav-link-title">
  525. Layout
  526. </span>
  527. </a>
  528. <div class="dropdown-menu">
  529. <div class="dropdown-menu-columns">
  530. <div class="dropdown-menu-column">
  531. <a class="dropdown-item" href="./layout-horizontal.html">
  532. Horizontal
  533. </a>
  534. <a class="dropdown-item" href="./layout-boxed.html">
  535. Boxed
  536. <span class="badge badge-sm bg-green-lt text-uppercase ms-auto">New</span>
  537. </a>
  538. <a class="dropdown-item" href="./layout-vertical.html">
  539. Vertical
  540. </a>
  541. <a class="dropdown-item" href="./layout-vertical-transparent.html">
  542. Vertical transparent
  543. </a>
  544. <a class="dropdown-item" href="./layout-vertical-right.html">
  545. Right vertical
  546. </a>
  547. <a class="dropdown-item" href="./layout-condensed.html">
  548. Condensed
  549. </a>
  550. <a class="dropdown-item" href="./layout-combo.html">
  551. Combined
  552. </a>
  553. </div>
  554. <div class="dropdown-menu-column">
  555. <a class="dropdown-item" href="./layout-navbar-dark.html">
  556. Navbar dark
  557. </a>
  558. <a class="dropdown-item" href="./layout-navbar-sticky.html">
  559. Navbar sticky
  560. </a>
  561. <a class="dropdown-item" href="./layout-navbar-overlap.html">
  562. Navbar overlap
  563. </a>
  564. <a class="dropdown-item" href="./layout-rtl.html">
  565. RTL mode
  566. </a>
  567. <a class="dropdown-item" href="./layout-fluid.html">
  568. Fluid
  569. </a>
  570. <a class="dropdown-item" href="./layout-fluid-vertical.html">
  571. Fluid vertical
  572. </a>
  573. </div>
  574. </div>
  575. </div>
  576. </li>
  577. <li class="nav-item">
  578. <a class="nav-link" href="./icons.html" >
  579. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/ghost -->
  580. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 11a7 7 0 0 1 14 0v7a1.78 1.78 0 0 1 -3.1 1.4a1.65 1.65 0 0 0 -2.6 0a1.65 1.65 0 0 1 -2.6 0a1.65 1.65 0 0 0 -2.6 0a1.78 1.78 0 0 1 -3.1 -1.4v-7" /><path d="M10 10l.01 0" /><path d="M14 10l.01 0" /><path d="M10 14a3.5 3.5 0 0 0 4 0" /></svg>
  581. </span>
  582. <span class="nav-link-title">
  583. 4231 icons
  584. </span>
  585. </a>
  586. </li>
  587. <li class="nav-item dropdown">
  588. <a class="nav-link dropdown-toggle" href="#navbar-help" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
  589. <span class="nav-link-icon d-md-none d-lg-inline-block"><!-- Download SVG icon from http://tabler-icons.io/i/lifebuoy -->
  590. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M12 12m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M12 12m-9 0a9 9 0 1 0 18 0a9 9 0 1 0 -18 0" /><path d="M15 15l3.35 3.35" /><path d="M9 15l-3.35 3.35" /><path d="M5.65 5.65l3.35 3.35" /><path d="M18.35 5.65l-3.35 3.35" /></svg>
  591. </span>
  592. <span class="nav-link-title">
  593. Help
  594. </span>
  595. </a>
  596. <div class="dropdown-menu">
  597. <a class="dropdown-item" href="https://tabler.io/docs" target="_blank" rel="noopener">
  598. Documentation
  599. </a>
  600. <a class="dropdown-item" href="./changelog.html">
  601. Changelog
  602. </a>
  603. <a class="dropdown-item" href="https://github.com/tabler/tabler" target="_blank" rel="noopener">
  604. Source code
  605. </a>
  606. <a class="dropdown-item text-pink" href="https://github.com/sponsors/codecalm" target="_blank" rel="noopener">
  607. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  608. <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-inline me-1" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  609. Sponsor project!
  610. </a>
  611. </div>
  612. </li>
  613. </ul>
  614. <div class="my-2 my-md-0 flex-grow-1 flex-md-grow-0 order-first order-md-last">
  615. <form action="./" method="get" autocomplete="off" novalidate>
  616. <div class="input-icon">
  617. <span class="input-icon-addon">
  618. <!-- Download SVG icon from http://tabler-icons.io/i/search -->
  619. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" /><path d="M21 21l-6 -6" /></svg>
  620. </span>
  621. <input type="text" value="" class="form-control" placeholder="Search…" aria-label="Search in website">
  622. </div>
  623. </form>
  624. </div>
  625. </div>
  626. </div>
  627. </div>
  628. </header>
  629. <div class="page-wrapper">
  630. <div class="page-header d-print-none">
  631. <div class="container">
  632. <div class="row g-3 align-items-center">
  633. <div class="col-auto">
  634. <span class="status-indicator status-green status-indicator-animated">
  635. <span class="status-indicator-circle"></span>
  636. <span class="status-indicator-circle"></span>
  637. <span class="status-indicator-circle"></span>
  638. </span>
  639. </div>
  640. <div class="col">
  641. <h2 class="page-title">
  642. tabler-icons.io
  643. </h2>
  644. <div class="text-secondary">
  645. <ul class="list-inline list-inline-dots mb-0">
  646. <li class="list-inline-item"><span class="text-green">Up</span></li>
  647. <li class="list-inline-item">Checked every 3 minutes</li>
  648. </ul>
  649. </div>
  650. </div>
  651. <div class="col-md-auto ms-auto d-print-none">
  652. <div class="btn-list">
  653. <a href="#" class="btn">
  654. <!-- Download SVG icon from http://tabler-icons.io/i/settings -->
  655. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M10.325 4.317c.426 -1.756 2.924 -1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543 -.94 3.31 .826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756 .426 1.756 2.924 0 3.35a1.724 1.724 0 0 0 -1.066 2.573c.94 1.543 -.826 3.31 -2.37 2.37a1.724 1.724 0 0 0 -2.572 1.065c-.426 1.756 -2.924 1.756 -3.35 0a1.724 1.724 0 0 0 -2.573 -1.066c-1.543 .94 -3.31 -.826 -2.37 -2.37a1.724 1.724 0 0 0 -1.065 -2.572c-1.756 -.426 -1.756 -2.924 0 -3.35a1.724 1.724 0 0 0 1.066 -2.573c-.94 -1.543 .826 -3.31 2.37 -2.37c1 .608 2.296 .07 2.572 -1.065z" /><path d="M9 12a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" /></svg>
  656. Configure
  657. </a>
  658. <a href="#" class="btn btn-primary">
  659. <!-- Download SVG icon from http://tabler-icons.io/i/player-pause -->
  660. <svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" /><path d="M14 5m0 1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v12a1 1 0 0 1 -1 1h-2a1 1 0 0 1 -1 -1z" /></svg>
  661. Pause this monitor
  662. </a>
  663. </div>
  664. </div>
  665. </div>
  666. </div>
  667. </div>
  668. <!-- Page body -->
  669. <div class="page-body">
  670. <div class="container-xl">
  671. <div class="row row-cards">
  672. <div class="col-md-4">
  673. <div class="card">
  674. <div class="card-body">
  675. <div class="subheader">Currently up for</div>
  676. <div class="h3 m-0">14 days 2 hours 54 mins 34 seconds</div>
  677. </div>
  678. </div>
  679. </div>
  680. <div class="col-md-4">
  681. <div class="card">
  682. <div class="card-body">
  683. <div class="subheader">Last checked at</div>
  684. <div class="h3 m-0">27 seconds ago</div>
  685. </div>
  686. </div>
  687. </div>
  688. <div class="col-md-4">
  689. <div class="card">
  690. <div class="card-body">
  691. <div class="subheader">Incidents</div>
  692. <div class="h3 m-0">3</div>
  693. </div>
  694. </div>
  695. </div>
  696. <div class="col-md-8">
  697. <div class="card">
  698. <div class="card-body">
  699. <h3 class="card-title">Response times across regions in the last day</h3>
  700. <div id="chart-uptime"></div>
  701. </div>
  702. </div>
  703. </div>
  704. <div class="col-md-4">
  705. <div class="card">
  706. <div class="card-body">
  707. <h3 class="card-title">Uptime incidents per day</h3>
  708. <div id="chart-uptime-incidents"></div>
  709. </div>
  710. </div>
  711. </div>
  712. <div class="col-12">
  713. <div class="card">
  714. <div class="card-table table-responsive">
  715. <table class="table">
  716. <thead>
  717. <tr>
  718. <th>Time period</th>
  719. <th>Availability</th>
  720. <th>Downtime</th>
  721. <th>Incidents</th>
  722. <th>Longest incident</th>
  723. <th>Avg. incident</th>
  724. </tr>
  725. </thead>
  726. <tbody>
  727. <tr>
  728. <td>Today</td>
  729. <td>98.9533%</td>
  730. <td>1 minute</td>
  731. <td>1</td>
  732. <td>1 minute</td>
  733. <td>1 minute</td>
  734. </tr>
  735. <tr>
  736. <td>Last 7 days</td>
  737. <td>98.9533%</td>
  738. <td>1 minute</td>
  739. <td>1</td>
  740. <td>1 minute</td>
  741. <td>1 minute</td>
  742. </tr>
  743. <tr>
  744. <td>Last 30 days</td>
  745. <td>98.9533%</td>
  746. <td>1 minute</td>
  747. <td>1</td>
  748. <td>1 minute</td>
  749. <td>1 minute</td>
  750. </tr>
  751. <tr>
  752. <td>Last 365 days</td>
  753. <td>98.9533%</td>
  754. <td>1 minute</td>
  755. <td>1</td>
  756. <td>1 minute</td>
  757. <td>1 minute</td>
  758. </tr>
  759. <tr>
  760. <td>All time</td>
  761. <td>98.9533%</td>
  762. <td>1 minute</td>
  763. <td>1</td>
  764. <td>1 minute</td>
  765. <td>1 minute</td>
  766. </tr>
  767. </tbody>
  768. </table>
  769. </div>
  770. </div>
  771. </div>
  772. </div>
  773. </div>
  774. </div>
  775. <footer class="footer footer-transparent d-print-none">
  776. <div class="container-xl">
  777. <div class="row text-center align-items-center flex-row-reverse">
  778. <div class="col-lg-auto ms-lg-auto">
  779. <ul class="list-inline list-inline-dots mb-0">
  780. <li class="list-inline-item"><a href="https://tabler.io/docs" target="_blank" class="link-secondary" rel="noopener">Documentation</a></li>
  781. <li class="list-inline-item"><a href="./license.html" class="link-secondary">License</a></li>
  782. <li class="list-inline-item"><a href="https://github.com/tabler/tabler" target="_blank" class="link-secondary" rel="noopener">Source code</a></li>
  783. <li class="list-inline-item">
  784. <a href="https://github.com/sponsors/codecalm" target="_blank" class="link-secondary" rel="noopener">
  785. <!-- Download SVG icon from http://tabler-icons.io/i/heart -->
  786. <svg xmlns="http://www.w3.org/2000/svg" class="icon text-pink icon-filled icon-inline" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572" /></svg>
  787. Sponsor
  788. </a>
  789. </li>
  790. </ul>
  791. </div>
  792. <div class="col-12 col-lg-auto mt-3 mt-lg-0">
  793. <ul class="list-inline list-inline-dots mb-0">
  794. <li class="list-inline-item">
  795. Copyright &copy; 2023
  796. <a href="." class="link-secondary">Tabler</a>.
  797. All rights reserved.
  798. </li>
  799. <li class="list-inline-item">
  800. <a href="./changelog.html" class="link-secondary" rel="noopener">
  801. v1.0.0-beta19
  802. </a>
  803. </li>
  804. </ul>
  805. </div>
  806. </div>
  807. </div>
  808. </footer>
  809. </div>
  810. </div>
  811. <!-- Libs JS -->
  812. <script src="./dist/libs/apexcharts/dist/apexcharts.min.js?1685973381" defer></script>
  813. <!-- Tabler Core -->
  814. <script src="./dist/js/tabler.min.js?1685973381" defer></script>
  815. <script src="./dist/js/demo.min.js?1685973381" defer></script>
  816. <script>
  817. // @formatter:off
  818. document.addEventListener("DOMContentLoaded", function () {
  819. window.ApexCharts && (new ApexCharts(document.getElementById('chart-uptime'), {
  820. chart: {
  821. type: "area",
  822. fontFamily: 'inherit',
  823. height: 240,
  824. parentHeightOffset: 0,
  825. toolbar: {
  826. show: false,
  827. },
  828. animations: {
  829. enabled: false
  830. },
  831. },
  832. dataLabels: {
  833. enabled: false,
  834. },
  835. fill: {
  836. opacity: .16,
  837. type: 'solid'
  838. },
  839. stroke: {
  840. width: 2,
  841. lineCap: "round",
  842. curve: "smooth",
  843. },
  844. series: [{
  845. name: "Uptime",
  846. data: [150, 160, 170, 161, 167, 162, 161, 152, 141, 144, 154, 166, 176, 187, 198, 210, 196, 207, 200, 187, 192, 204, 193, 204, 208, 196, 193, 178, 191, 204, 218, 211, 218, 216, 201, 197, 190, 179, 172, 158, 159, 147, 152, 152, 144, 137, 136, 123, 112, 99, 100, 95, 105, 116, 125, 124, 133, 129, 116, 119, 109, 114, 115, 111, 96, 104, 104, 102, 116, 126, 117, 130, 124, 126, 131, 143, 130, 116, 118, 122, 132, 126, 136, 123, 112, 116, 113, 113, 109, 99, 100, 95, 83, 79, 64, 79, 81, 94, 99, 97, 83, 71, 75, 69, 71, 75, 84, 90, 100, 96, 108, 102, 116, 112, 112, 102, 115, 120, 118, 118]
  847. }],
  848. tooltip: {
  849. theme: 'dark'
  850. },
  851. grid: {
  852. padding: {
  853. top: -20,
  854. right: 0,
  855. left: -4,
  856. bottom: -4
  857. },
  858. strokeDashArray: 4,
  859. },
  860. xaxis: {
  861. labels: {
  862. padding: 0,
  863. },
  864. tooltip: {
  865. enabled: false
  866. },
  867. axisBorder: {
  868. show: false,
  869. },
  870. type: 'datetime',
  871. },
  872. yaxis: {
  873. labels: {
  874. padding: 4
  875. },
  876. },
  877. labels: [
  878. '2020-06-20', '2020-06-21', '2020-06-22', '2020-06-23', '2020-06-24', '2020-06-25', '2020-06-26', '2020-06-27', '2020-06-28', '2020-06-29', '2020-06-30', '2020-07-01', '2020-07-02', '2020-07-03', '2020-07-04', '2020-07-05', '2020-07-06', '2020-07-07', '2020-07-08', '2020-07-09', '2020-07-10', '2020-07-11', '2020-07-12', '2020-07-13', '2020-07-14', '2020-07-15', '2020-07-16', '2020-07-17', '2020-07-18', '2020-07-19', '2020-07-20', '2020-07-21', '2020-07-22', '2020-07-23', '2020-07-24', '2020-07-25', '2020-07-26', '2020-07-27', '2020-07-28', '2020-07-29', '2020-07-30', '2020-07-31', '2020-08-01', '2020-08-02', '2020-08-03', '2020-08-04', '2020-08-05', '2020-08-06', '2020-08-07', '2020-08-08', '2020-08-09', '2020-08-10', '2020-08-11', '2020-08-12', '2020-08-13', '2020-08-14', '2020-08-15', '2020-08-16', '2020-08-17', '2020-08-18', '2020-08-19', '2020-08-20', '2020-08-21', '2020-08-22', '2020-08-23', '2020-08-24', '2020-08-25', '2020-08-26', '2020-08-27', '2020-08-28', '2020-08-29', '2020-08-30', '2020-08-31', '2020-09-01', '2020-09-02', '2020-09-03', '2020-09-04', '2020-09-05', '2020-09-06', '2020-09-07', '2020-09-08', '2020-09-09', '2020-09-10', '2020-09-11', '2020-09-12', '2020-09-13', '2020-09-14', '2020-09-15', '2020-09-16', '2020-09-17', '2020-09-18', '2020-09-19', '2020-09-20', '2020-09-21', '2020-09-22', '2020-09-23', '2020-09-24', '2020-09-25', '2020-09-26', '2020-09-27', '2020-09-28', '2020-09-29', '2020-09-30', '2020-10-01', '2020-10-02', '2020-10-03', '2020-10-04', '2020-10-05', '2020-10-06', '2020-10-07', '2020-10-08', '2020-10-09', '2020-10-10', '2020-10-11', '2020-10-12', '2020-10-13', '2020-10-14', '2020-10-15', '2020-10-16', '2020-10-17'
  879. ],
  880. colors: [tabler.getColor("primary")],
  881. legend: {
  882. show: false,
  883. },
  884. })).render();
  885. });
  886. // @formatter:on
  887. </script>
  888. <script>
  889. // @formatter:off
  890. document.addEventListener("DOMContentLoaded", function () {
  891. window.ApexCharts && (new ApexCharts(document.getElementById('chart-uptime-incidents'), {
  892. chart: {
  893. type: "bar",
  894. fontFamily: 'inherit',
  895. height: 240,
  896. parentHeightOffset: 0,
  897. toolbar: {
  898. show: false,
  899. },
  900. animations: {
  901. enabled: false
  902. },
  903. },
  904. plotOptions: {
  905. bar: {
  906. columnWidth: '50%',
  907. }
  908. },
  909. dataLabels: {
  910. enabled: false,
  911. },
  912. fill: {
  913. opacity: 1,
  914. },
  915. series: [{
  916. name: "Uptime incidents",
  917. data: [1, 2, 6, 3, 1, 1, 2, 5, 2, 5, 6, 2, 4, 3, 4, 5, 4, 3, 2, 1, 2, 0, 2, 1, 1]
  918. }],
  919. tooltip: {
  920. theme: 'dark'
  921. },
  922. grid: {
  923. padding: {
  924. top: -20,
  925. right: 0,
  926. left: -4,
  927. bottom: -4
  928. },
  929. strokeDashArray: 4,
  930. },
  931. xaxis: {
  932. labels: {
  933. padding: 0,
  934. },
  935. tooltip: {
  936. enabled: false
  937. },
  938. axisBorder: {
  939. show: false,
  940. },
  941. type: 'datetime',
  942. },
  943. yaxis: {
  944. labels: {
  945. padding: 4
  946. },
  947. max: 20,
  948. },
  949. labels: [
  950. '2020-06-20', '2020-06-21', '2020-06-22', '2020-06-23', '2020-06-24', '2020-06-25', '2020-06-26', '2020-06-27', '2020-06-28', '2020-06-29', '2020-06-30', '2020-07-01', '2020-07-02', '2020-07-03', '2020-07-04', '2020-07-05', '2020-07-06', '2020-07-07', '2020-07-08', '2020-07-09', '2020-07-10', '2020-07-11', '2020-07-12', '2020-07-13', '2020-07-14'
  951. ],
  952. colors: [tabler.getColor("red")],
  953. legend: {
  954. show: false,
  955. },
  956. })).render();
  957. });
  958. // @formatter:on
  959. </script>
  960. </body>
  961. </html>