mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
feat(data): add data detail templates
Additionally clean up the code
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* tslint:disable */
|
||||
export const sampleResources = [{
|
||||
'errorNames': [],
|
||||
"instance": {
|
||||
@@ -1423,7 +1424,17 @@ export const sampleResources = [{
|
||||
'created': '2018-09-11T12:30:00Z',
|
||||
'deleted': false,
|
||||
'type': 'user',
|
||||
'updated': '2018-12-11T12:30:00Z'
|
||||
'updated': '2018-12-11T12:30:00Z',
|
||||
'maintainer': {
|
||||
'type': 'organization',
|
||||
'name': 'tubIT',
|
||||
'uid': '25f76840-db89-5da2-a8a2-75992f637613',
|
||||
'origin': {
|
||||
'indexed': '2018-09-11T12:30:00Z',
|
||||
'name': 'Dummy',
|
||||
'type': 'remote'
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
'schema': 'SCFavorite',
|
||||
@@ -29262,6 +29273,7 @@ export const sampleResources = [{
|
||||
'audiences': [
|
||||
'students'
|
||||
],
|
||||
'datePublished': '2018-08-01',
|
||||
'origin': {
|
||||
'indexed': '2018-09-11T12:30:00Z',
|
||||
'name': 'Dummy',
|
||||
@@ -29284,6 +29296,7 @@ export const sampleResources = [{
|
||||
'audiences': [
|
||||
'students'
|
||||
],
|
||||
'datePublished': '2018-08-01',
|
||||
'origin': {
|
||||
'indexed': '2018-09-11T12:30:00Z',
|
||||
'name': 'foo',
|
||||
@@ -29307,6 +29320,7 @@ export const sampleResources = [{
|
||||
'audiences': [
|
||||
'students'
|
||||
],
|
||||
'datePublished': '2018-08-01',
|
||||
'origin': {
|
||||
'indexed': '2018-09-11T12:30:00Z',
|
||||
'name': 'Dummy',
|
||||
|
||||
Reference in New Issue
Block a user