diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-02-25 19:23:23 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-02-25 19:23:23 +0200 |
| commit | 01e675c4d46aec527f10b4a98b7564317756b5eb (patch) | |
| tree | 614e9611d06188dc4c53020c5f1b724a06b6071c /Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs | |
| parent | 1128b73f79d5aa28de3bf9da2a6492281cc8446e (diff) | |
| download | Tango-01e675c4d46aec527f10b4a98b7564317756b5eb.tar.gz Tango-01e675c4d46aec527f10b4a98b7564317756b5eb.zip | |
Added stored procedures for Roles & Permissions.
Added FSE basic role and permission.
Improved FSE module loading.
Handle FSE no basic permission.
Added DB view for Roles and Permissions.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs index d682cf178..96edf27f0 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs @@ -33,7 +33,7 @@ namespace Tango.FSE.UI.ViewModels }) { Name = "Settings", - Index = 2, + Index = 100, Description = "Configuration of your Tango FSE", Image = ResourceHelper.GetImageFromResources("Images/Menu/settings.png"), }); |
