Skip to content

Commit

Permalink
refs #89008 remove draft for K, add autocomplete, adjust description …
Browse files Browse the repository at this point in the history
…width
  • Loading branch information
gsellart committed Oct 13, 2017
1 parent 4915112 commit 9508068
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
39 changes: 35 additions & 4 deletions aide-k/facets.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,18 @@
"name": "MeasureId",
"listing": { "title": "Measure Id", "visible" : true, "pos" : 5 },
"details": { "title": "MeasureId", "pos" : 3, "section": "info", "visible": false },
"facet": { "visible": true, "title": "Measure Id", "pos": 9, "type": "facet", "size": 9999, "order": "term", "facet_display_options": ["sort", "checkbox"] },
"facet": {
"visible": true,
"title": "Measure Id",
"pos": 9,
"type": "facet",
"size": 9999,
"order": "term",
"autocomplete": true,
"autocomplete_placeholder": "Search Measure Id",
"empty_message": "No Measure Id to show",
"facet_display_options": ["sort", "checkbox"]
},
"csv_tsv": { "title": "MeasureId", "visible": true, "pos": 3 }
},
{
Expand All @@ -64,7 +75,7 @@
},
{
"name": "Description",
"listing": { "title": "Description", "visible" : true, "pos" : 9 },
"listing": { "title": "Description", "width": "500px", "visible" : true, "pos" : 9 },
"details": { "title": "Description", "pos" : 4, "section": "info", "visible": false },
"facet": { "visible": false },
"csv_tsv": { "title": "Description", "visible": true, "pos": 4 }
Expand Down Expand Up @@ -213,14 +224,34 @@
"name": "SourceApportionmentId",
"listing": { "title": "Source Apportionment Id", "visible" : true, "pos" : 30 },
"details": { "title": "SourceApportionmentId", "pos" : 3, "section": "info", "visible": false },
"facet": { "visible": true, "title": "Source Apportionment Id", "pos": 10, "type": "facet", "size": 9999, "order": "term", "facet_display_options": ["sort", "checkbox"] },
"facet": {
"visible": true,
"title": "Source Apportionment Id",
"pos": 10,
"type": "facet",
"size": 9999,
"order": "term",
"autocomplete": true,
"autocomplete_placeholder": "Search Source Apportionment Id",
"empty_message": "No Source Apportionment Id to show",
"facet_display_options": ["sort", "checkbox"] },
"csv_tsv": { "title": "SourceApportionmentId", "visible": true, "pos": 3 }
},
{
"name": "ScenariosId",
"listing": { "title": "Scenarios Id", "visible" : true, "pos" : 31 },
"details": { "title": "ScenariosId", "pos" : 3, "section": "info", "visible": false },
"facet": { "visible": true, "title": "Scenarios Id", "pos": 11, "type": "facet", "size": 9999, "order": "term", "facet_display_options": ["sort", "checkbox"] },
"facet": {
"visible": true,
"title": "Scenarios Id",
"pos": 11,
"type": "facet",
"size": 9999,
"order": "term",
"autocomplete": true,
"autocomplete_placeholder": "Search Scenarios Id",
"empty_message": "No Scenarios Id to show",
"facet_display_options": ["sort", "checkbox"] },
"csv_tsv": { "title": "ScenariosId", "visible": true, "pos": 3 }
},
{
Expand Down
3 changes: 3 additions & 0 deletions aide-k/public/custom.css
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/* Add custom css here */
#content {
background:white;
}

0 comments on commit 9508068

Please sign in to comment.