Skip to content

Commit a75fe4a

Browse files
committed
Fixes #6313 Fix indentation in bulkImport.js
1 parent c9a6eee commit a75fe4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js

server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/bulkImport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ $(function () {
5151
"stateSave": true,
5252
"autoWidth": false,
5353
"columns": [{
54-
"data": "tableId",
55-
"width": "5%"
54+
"data": "tableId",
55+
"width": "5%"
5656
},
5757
{
5858
"data": "fateId",

0 commit comments

Comments
 (0)