little dots not showing - Nebula
Hello, on one of my pterodactyl panels with Nebula, I have the 3 little dots that appear for the tabs of other modules but on another panel, there are not these 3 little dots. Is it something in the configuration in particular that I missed ? Because I have the impression of literally having the same configuration (blueprint, extension and nebula)


Solution:Jump to solution
This requires editing Nebula's source code- more info about that in #Tutorial: Add a new Button to the nebula sidebar
(Answer Overflow users -> https://www.answeroverflow.com/m/1314144268360876042)...
Tutorial: Add a new Button to the nebula sidebar - Blueprint
Important files to add a new sidebar button in nebula:
/src/views/sidebar/content.blade.php
/src/views/wrapper/script.blade.php
public/editor/edit/sidebar.php client/wrapper.blade.php Its really just copying the code of the alredy existing buttons and replacing all variable names Did 5 buttons without ANY PHP knowledge in ~1h So it's ...
public/editor/edit/sidebar.php client/wrapper.blade.php Its really just copying the code of the alredy existing buttons and replacing all variable names Did 5 buttons without ANY PHP knowledge in ~1h So it's ...
1 Reply
Solution
This requires editing Nebula's source code- more info about that in #Tutorial: Add a new Button to the nebula sidebar
(Answer Overflow users -> https://www.answeroverflow.com/m/1314144268360876042)
Tutorial: Add a new Button to the nebula sidebar - Blueprint
Important files to add a new sidebar button in nebula:
/src/views/sidebar/content.blade.php
/src/views/wrapper/script.blade.php
public/editor/edit/sidebar.php client/wrapper.blade.php Its really just copying the code of the alredy existing buttons and replacing all variable names Did 5 buttons without ANY PHP knowledge in ~1h So it's ...
public/editor/edit/sidebar.php client/wrapper.blade.php Its really just copying the code of the alredy existing buttons and replacing all variable names Did 5 buttons without ANY PHP knowledge in ~1h So it's ...