mirror of https://gitee.com/bigwinds/arangodb
css
This commit is contained in:
parent
2c0951caed
commit
6c634b98d3
|
@ -36,8 +36,8 @@
|
|||
<table cellpadding="0" cellspacing="0" border="0" class="display" id="documentsTableID">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 490px">Content</th>
|
||||
<th style="width: 100px">_key</th>
|
||||
<th style="width: 385px">Content</th>
|
||||
<th style="width: 200px">_key</th>
|
||||
<th style="width: 10px"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
|
@ -414,8 +414,8 @@ var documentsView = Backbone.View.extend({
|
|||
"iDisplayLength": -1,
|
||||
"bJQueryUI": false,
|
||||
"aoColumns": [
|
||||
{ "sClass":"","bSortable": false, "sWidth":"500px"},
|
||||
{ "sClass":"", "bSortable": false, "sWidth":"30px"},
|
||||
{ "sClass":"","bSortable": false, "sWidth":"470px"},
|
||||
{ "sClass":"", "bSortable": false, "sWidth":"100px"},
|
||||
{ "bSortable": false, "sClass": "", "sWidth":"20px"}
|
||||
],
|
||||
"oLanguage": { "sEmptyTable": "No documents"}
|
||||
|
|
Loading…
Reference in New Issue