Admin page is our landing page for admin panel, now it passes our api response to sidebar and info panel when we get the response back from the api. Some renaming of stylesheet variable.

This commit is contained in:
2017-12-02 11:32:49 +01:00
parent 3fe8f46dd4
commit 8695a553d6
2 changed files with 19 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
export default {
sidebar: {
float: 'left',
},
selectedObjectPanel: {
float: 'left',
}
}