forked from geolba/tethys.frontend
- small changes in dataset-detail.component.ts and dataset-detail.component.vue
This commit is contained in:
parent
a8c5e16014
commit
c47934732b
5 changed files with 18 additions and 17 deletions
|
@ -31,10 +31,10 @@ export default class VsInput extends Vue {
|
|||
private selectedIndex = 0;
|
||||
private selectedDisplay = "";
|
||||
private solr: SolrSettings = {
|
||||
// core: "rdr_data", // SOLR.core;
|
||||
// host: "tethys.at",
|
||||
core: "test_data", // SOLR.core;
|
||||
host: "repository.geologie.ac.at",
|
||||
core: "rdr_data", // SOLR.core;
|
||||
host: "tethys.at",
|
||||
// core: "test_data", // SOLR.core;
|
||||
// host: "repository.geologie.ac.at",
|
||||
};
|
||||
// private rdrAPI!: DatasetService;
|
||||
itemRefs!: Array<any>;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue