-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Create Database btn on admin side (#721)
* Add Create Database btn on admin side * Remove unused function * readd function * replace refreshform function * add authorize, remove database limit check * add random words, use proper name function, catch exceptions on creation * add validation, match old client area more * Add more authorize to Database tab * Add confirmation to delete * make password hidden / revealable * better clarification * Set default and remove placeholder. * Remove server import, add database model to auth * Make same changes for the database host page * Update app/Filament/Resources/ServerResource/Pages/EditServer.php Co-authored-by: Boy132 <[email protected]> * Update app/Filament/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php Co-authored-by: Boy132 <[email protected]> * Update app/Filament/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php Co-authored-by: Boy132 <[email protected]> * Remove each hidden * Return nothing if user has no perms * This is the way... Im done messing with it... * Fix view permission for relationship manager * Update app/Filament/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php * Pint --------- Co-authored-by: Boy132 <[email protected]> Co-authored-by: MartinOscar <[email protected]>
- Loading branch information
1 parent
b208835
commit cd448cd
Showing
4 changed files
with
113 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters