Skip to content

Commit

Permalink
Update Device
Browse files Browse the repository at this point in the history
  • Loading branch information
76Octane committed Jun 29, 2023
1 parent 603711a commit 5954ecf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/web/qidi/css/home.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body
{
background-color:#eeeeee;
background-color:#F4F7FE;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
Expand Down
5 changes: 2 additions & 3 deletions resources/web/qidi/missing_connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Printer Connection Required</title>
<link rel="stylesheet" type="text/css" href="css/home.css" />
<link rel="stylesheet" type="text/css" href="css/dark.css" />
<script type="text/javascript" src="../data/text.js"></script>
<script type="text/javascript" src="../homepage/js/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../homepage/js/json2.js"></script>
Expand All @@ -14,8 +13,8 @@
</head>
<body onLoad="OnInit()">
<div class="container">
<h1 class="trans" tid="t93">Printer Connection</h1>
<p class="trans" tid="t94">Please set up your printer connection to view the device.</p>
<h1 class="trans" tid="t4">Printer Connection</h1>
<p class="trans">Please set up your printer connection to view the device.</p>
<img src="setup_connection.gif" alt="Printer connection setup demonstration" style="max-width: 100%; height: auto; display: block;"/>
</div>
</body>
Expand Down
Binary file modified resources/web/qidi/setup_connection.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5954ecf

Please sign in to comment.