1
1
mirror of https://github.com/openziti/zrok.git synced 2025-01-10 16:08:20 +01:00
This commit is contained in:
Michael Quigley 2023-01-05 16:05:59 -05:00
parent 1708f5ed75
commit bd8ca333f7
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
2 changed files with 1 additions and 1 deletions
ui/src
console/detail/share
index.css

View File

@ -17,7 +17,6 @@ const ShareDetail = (props) => {
.then(resp => { .then(resp => {
let detail = resp.data; let detail = resp.data;
detail.envZId = props.selection.envZId; detail.envZId = props.selection.envZId;
console.log(detail);
setDetail(detail); setDetail(detail);
}); });
}, [props.selection]); }, [props.selection]);

View File

@ -3,6 +3,7 @@ body {
font-family: 'Russo One', sans-serif; font-family: 'Russo One', sans-serif;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
padding-bottom: 15px;
} }
code, pre { code, pre {