adjust style
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-29 11:09:47 +11:00
parent dfe0c28094
commit 396d0c2f00
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ Build Hash: `{SHA1VER}`
## Overview
Provide REST API for CRUD to store and retrieve secrets with associated username, device name and optionally device class. Secret is stored in sqlite database once encrypted using an AES256 block cipher wrapped in Galois Counter Mode with the standard nonce length.
Provide REST API to store and retrieve secrets with associated username, device name and optionally device class. Secret is stored in sqlite database once encrypted using an AES256 block cipher wrapped in Galois Counter Mode with the standard nonce length.
All secret operations (Create, Read, Update or Delete) require successful authentication. A JWT token is returned upon login, which must be provided for all other operations.

View File

@@ -16,7 +16,7 @@
--color-text-secondary: #999;
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--hover-brightness: 1.2;
--justify-important: center;
--justify-important: left;
--justify-normal: left;
--line-height: 1.5;
--width-card: 285px;
@@ -459,7 +459,7 @@ table {
max-width: 100%;
overflow-x: auto;
padding: 0;
white-space: nowrap;
/*white-space: nowrap;*/
}
table td,