Show More
@@ -4,11 +4,12 b'' | |||
|
4 | 4 | </div> |
|
5 | 5 | <div class="panel-body"> |
|
6 | 6 | <div class="ips_wrap"> |
|
7 | <h5>${_('Current IP address')}: <code>${c.rhodecode_user.ip_addr}</code></h5> | |
|
7 | 8 | <table class="rctable ip-whitelist"> |
|
8 | 9 | <tr> |
|
9 | <th>IP Address</th> | |
|
10 | <th>IP Range</th> | |
|
11 | <th>Description</th> | |
|
10 | <th>${_('IP Address')}</th> | |
|
11 | <th>${_('IP Range')}</th> | |
|
12 | <th>${_('Description')}</th> | |
|
12 | 13 | <th></th> |
|
13 | 14 | </tr> |
|
14 | 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