backoffice
Here are 46 public repositories matching this topic...
Steps to reproduce
- Go to Data Center > DC Visualization > Choose any server room
- Click Edit
- Click on a blank square/tile to add a rack
- Fill in a name
- You can add a description or leave it blank, makes no difference
- Click save.
Nothing happens and you get the following error in the ralph.log:
`[29.04.2020 12:48:37,668] WARNING [MainProcess 1272] base - Not Foun
-
Updated
Jul 1, 2020 - Python
The current UI's for those are really prototypes so that I could continue the RN app. They definitely needs to be done in a better way, mostly in terms of UI. The UX is already kind of good.
-
Updated
Aug 1, 2019 - Python
-
Updated
Jul 16, 2020 - Python
-
Updated
Dec 31, 2019 - PHP
to remove links :
- to the admin page
- to the api route
and add a more explicit message : Not active instance or Not existing instance
-
Updated
Jun 7, 2020 - JavaScript
When available, we'd like to automatically generate a "Show in app" link for :crud and :form resources, and add it to crud table actions and edit forms.
Also, displaying a "Delete" button at the resource level (edit forms) seems to be useful after some end user feedbacks.
- crud/index "Show" table action
- crud/edit "Show" and "Delete" button actions
- form/edit "Show" and
-
Updated
Jul 10, 2020 - CSS
-
Updated
Sep 18, 2018 - HTML
-
Updated
Oct 23, 2019 - TypeScript
-
Updated
Dec 9, 2018 - C#
-
Updated
Apr 25, 2018 - C#
-
Updated
Jan 18, 2018 - JavaScript
-
Updated
Mar 20, 2020 - C#
-
Updated
May 12, 2018 - CSS
-
Updated
Jun 27, 2020 - R
-
Updated
Feb 17, 2020 - C#
Related to dis-moi/backend#14
From the back-office Only Super users should be able to view and edits:
- Users
- Contributors
- Organizations
Also, whenever a contributor creates a new recommendation, the Contributor of the Recommendation should be automatically set to himself.
Last but not least, only Contributors-Editors are allowed to change the Co
-
Updated
Feb 16, 2020 - Java
-
Updated
Jul 8, 2020 - JavaScript
-
Updated
Oct 27, 2017 - JavaScript
-
Updated
Jan 6, 2020 - JavaScript
-
Updated
Apr 2, 2017 - JavaScript
Improve this page
Add a description, image, and links to the backoffice topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the backoffice topic, visit your repo's landing page and select "manage topics."


Configuring a custome dashboard, those properties don't work
self.children.append(modules.RecentActions(
_('Recent Actions'),
10,
draggable=False,
deletable=False,
collapsible=False,
column=0,
order=0
))