-
Updated
Oct 22, 2021 - Java
web-ui
Here are 135 public repositories matching this topic...
Right now, all the elements of the breadcrumb are capitalized. This is a bug because we are supposed to leave names as-is. For example, if some topic is called dummy-topic, the breacrumb should look like this:
Topics / dummy-topic
But now it looks like this:
Topics / Dummy-topic
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Nov 3, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
Hello team.
I have a task to deploy a tiny and cute frontend, which will distribute wg configs for users of our organization. I decided to use your package, because it is 100% suitable.
We use dedicated server as a wg endpoint (VyOS cluster on vrrp), so I don't need to create peers from UI. I am populating config.json by ansible
-
Updated
Sep 21, 2021 - JavaScript
Not an issue as such, but is there a scope where you can make it client specific in terms of the ip address of last played the item? Instead for all clients?
Currently, State shows state from the API without any translation.
Perhaps this could be changed to provide a better UX.
E.g. checkingDL → Checking
-
Updated
Jun 21, 2019 - Shell
-
Updated
Nov 13, 2021 - Go
-
Updated
Nov 10, 2021 - Go
-
Updated
Nov 8, 2021 - Python
-
Updated
May 20, 2020 - Python
-
Updated
Mar 23, 2020 - Python
-
Updated
Sep 22, 2021 - Shell
-
Updated
Apr 26, 2021 - Java
-
Updated
Oct 19, 2021 - JavaScript
-
Updated
Aug 22, 2021 - TypeScript
-
Updated
Nov 11, 2021 - PHP
-
Updated
Nov 10, 2021 - Python
-
Updated
Oct 24, 2021 - PHP
-
Updated
Sep 25, 2021 - CSS
-
Updated
Jul 18, 2021 - JavaScript
-
Updated
Nov 13, 2021 - Vue
-
Updated
Nov 30, 2020 - JavaScript
Improve this page
Add a description, image, and links to the web-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web-ui topic, visit your repo's landing page and select "manage topics."
We are using the protobuf-git configuration as described at https://cloudhut.dev/docs/features/protobuf#git-repository
In our repository the proto-files live within a
protodirectory, which seems to be very common, and contains 5 levels of nested folders.Currently KOWL searches only the first 5 levels of the checkout for
.protofiles, so our last level is not considered.Please