mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-926: Add class to error rows with actual errors for easier restyling.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<td>{{error.rowNumber}}</td>
|
||||
<td>{{error.name}}</td>
|
||||
<td>{{error.protocol}}</td>
|
||||
<td class="error-message">
|
||||
<td class="error-message" ng-class="{ 'has-errors' : error.errors.getArray().length }">
|
||||
<ul>
|
||||
<li ng-repeat="message in error.errors.getArray()">
|
||||
{{ message }}
|
||||
|
Reference in New Issue
Block a user