diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-09-28 15:02:16 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-09-28 15:02:16 +0200 |
commit | 664d032884dcd6366ca1068aa2c2f35fffc2a285 (patch) | |
tree | e2c1b333f550a616a08dbe892cf00a60bd190287 /ogcp/templates/scopes.html | |
parent | ea5b22c35e170deff7321abaca5d81cb289c69f7 (diff) |
Add client details action
This action is used to visualize the specific details of a client, such
as its IP, Name, MAC, etc.
Diffstat (limited to 'ogcp/templates/scopes.html')
-rw-r--r-- | ogcp/templates/scopes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html index 376df67..18775b2 100644 --- a/ogcp/templates/scopes.html +++ b/ogcp/templates/scopes.html @@ -42,6 +42,8 @@ formaction="{{ url_for('action_refresh') }}" formmethod="post"> <input class="dropdown-item" type="submit" value="{{ _('Setup') }}" formaction="{{ url_for('action_setup_show') }}" formmethod="get"> + <input class="dropdown-item" type="submit" value="{{ _('Details') }}" + formaction="{{ url_for('action_client_info') }}" formmethod="get"> </div> </div> </form> |