Revision c251f8cc
Added by Renato Botelho over 12 years ago
usr/local/www/css/table.css | ||
---|---|---|
40 | 40 |
border-left: none; |
41 | 41 |
border-bottom: 2px solid #999999; |
42 | 42 |
} |
43 |
.ellipsis { |
|
44 |
overflow: hidden; |
|
45 |
text-overflow: ellipsis; |
|
46 |
} |
Also available in: Unified diff
Make synamic firewall logs and widget add new rows:
The Dynamic Firewall Log page doesn't add rows, it only updates the php
generated rows which means that if it's loaded after the log is cleared,
it'll never show any activity. The same occurs for the log widget.
This pacth fix this issue moving from absolutely sized spans to tables.
It should fix #2763