Show More
@@ -4,11 +4,12 b'' | |||||
4 | </div> |
|
4 | </div> | |
5 | <div class="panel-body"> |
|
5 | <div class="panel-body"> | |
6 | <div class="ips_wrap"> |
|
6 | <div class="ips_wrap"> | |
|
7 | <h5>${_('Current IP address')}: <code>${c.rhodecode_user.ip_addr}</code></h5> | |||
7 | <table class="rctable ip-whitelist"> |
|
8 | <table class="rctable ip-whitelist"> | |
8 | <tr> |
|
9 | <tr> | |
9 | <th>IP Address</th> |
|
10 | <th>${_('IP Address')}</th> | |
10 | <th>IP Range</th> |
|
11 | <th>${_('IP Range')}</th> | |
11 | <th>Description</th> |
|
12 | <th>${_('Description')}</th> | |
12 | <th></th> |
|
13 | <th></th> | |
13 | </tr> |
|
14 | </tr> | |
14 | %if c.default_user_ip_map and c.inherit_default_ips: |
|
15 | %if c.default_user_ip_map and c.inherit_default_ips: |
General Comments 0
You need to be logged in to leave comments.
Login now