mirror of
https://github.com/Quiq/docker-registry-ui.git
synced 2025-09-16 22:58:27 +00:00
Improve no data UI messages on empty tables.
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
$('#datatable').DataTable({
|
||||
"pageLength": 10,
|
||||
"order": [[ 4, 'desc' ]],
|
||||
"stateSave": true
|
||||
"stateSave": true,
|
||||
"language": {
|
||||
"emptyTable": "No events."
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user