You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the slider component has its limits hardcoded to [1,7], which
matches with the default value of 168h. the value on the server
can be changed however, using the --max-lifetime flag.
adjusting the value on the backend should also scale the slider
on the frontend
The text was updated successfully, but these errors were encountered:
UiP9AV6Y
added a commit
to UiP9AV6Y/kubehook
that referenced
this issue
Feb 1, 2022
request client configuration from the backend, allowing the two
systems to synchronize. the new API endpoint is accessible to
anonymous clients, as it does not contain any secrets; only
application settings.
closesplanetlabs#53
the slider component has its limits hardcoded to [1,7], which
matches with the default value of 168h. the value on the server
can be changed however, using the
--max-lifetime
flag.adjusting the value on the backend should also scale the slider
on the frontend
The text was updated successfully, but these errors were encountered: