mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Enable translation on Eventlog & Component-status widgets (#14180)
* translate component-status * translate eventlog
This commit is contained in:
		@@ -2,8 +2,8 @@
 | 
			
		||||
    <table id="component-status" class="table table-hover table-condensed table-striped">
 | 
			
		||||
        <thead>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <th data-column-id="status" data-order="desc">Status</th>
 | 
			
		||||
            <th data-column-id="count">Count</th>
 | 
			
		||||
            <th data-column-id="status" data-order="desc">{{ __('Status') }}</th>
 | 
			
		||||
            <th data-column-id="count">{{ __('Count') }}</th>
 | 
			
		||||
        </tr>
 | 
			
		||||
        </thead>
 | 
			
		||||
        <tbody>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,11 +2,11 @@
 | 
			
		||||
    <table id="eventlog" class="table table-hover table-condensed table-striped" data-ajax="true">
 | 
			
		||||
        <thead>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <th data-column-id="datetime" data-order="desc">Timestamp</th>
 | 
			
		||||
            <th data-column-id="type">Type</th>
 | 
			
		||||
            <th data-column-id="device_id">Hostname</th>
 | 
			
		||||
            <th data-column-id="message">Message</th>
 | 
			
		||||
            <th data-column-id="username">User</th>
 | 
			
		||||
            <th data-column-id="datetime" data-order="desc">{{ __('Timestamp') }}</th>
 | 
			
		||||
            <th data-column-id="type">{{ __('Type') }}</th>
 | 
			
		||||
            <th data-column-id="device_id">{{ __('Hostname') }}</th>
 | 
			
		||||
            <th data-column-id="message">{{ __('Message') }}</th>
 | 
			
		||||
            <th data-column-id="username">{{ __('User') }}</th>
 | 
			
		||||
        </tr>
 | 
			
		||||
        </thead>
 | 
			
		||||
    </table>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user