Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partial configuration display #21

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
88f7904
[fix] removed version navigation
Jan 2, 2025
3ad3782
[fix+doc] fixed psgi call and changed doc make install work with new …
Jan 22, 2025
a23ce85
[fix]fixed maintenance value
Feb 3, 2025
191ae9d
added rollup config
Feb 3, 2025
a404eb6
navbar
Feb 3, 2025
a868338
fixed route and replace for partial options
Feb 3, 2025
fcbd511
final changes to make rollup config work
Feb 5, 2025
eb85f6b
[feat] partial conf route and display
Nov 20, 2024
c4eab7e
[fix] metadata are taken form /partial and not /confs
Nov 20, 2024
954457c
[feat] added save partial
Nov 27, 2024
9a80419
[feat] added script to build partial and full manager + auth redirect
Dec 2, 2024
15031bc
[fix] changed the way api calls are made
Jan 20, 2025
8547162
added rollup config
Feb 3, 2025
d053c66
final changes to make rollup config work
Feb 5, 2025
4968fa3
Merge branch 'partial-conf' of github.com:linagora/llng-manager into …
Feb 20, 2025
26d7bcd
[fix] updated ui for partial conf manager
Feb 20, 2025
aefa2ad
[fix] menu place
Feb 20, 2025
9be41d8
[fix] removed version navigation
Jan 2, 2025
0955591
[fix+doc] fixed psgi call and changed doc make install work with new …
Jan 22, 2025
4a1eee6
[fix]fixed maintenance value
Feb 3, 2025
aa78ee5
added rollup config
Feb 3, 2025
ef1d990
navbar
Feb 3, 2025
7aeece7
fixed route and replace for partial options
Feb 3, 2025
5474362
final changes to make rollup config work
Feb 5, 2025
42809e0
[feat] partial conf route and display
Nov 20, 2024
df0ccb0
[fix] metadata are taken form /partial and not /confs
Nov 20, 2024
c24238b
[feat] added save partial
Nov 27, 2024
8c3a36b
[feat] added script to build partial and full manager + auth redirect
Dec 2, 2024
1b9dcdf
[fix] changed the way api calls are made
Jan 20, 2025
51edb3f
added rollup config
Feb 3, 2025
fe974c0
final changes to make rollup config work
Feb 5, 2025
643a5d1
Merge branch 'partial-conf' of github.com:linagora/llng-manager into …
Feb 20, 2025
06ae8cf
[fix] updated ui for partial conf manager
Feb 20, 2025
a1a124a
[fix] app menus and navbar menu showing properly
Feb 20, 2025
fe8fac6
Merge branch 'partial-conf' of github.com:linagora/llng-manager into …
Feb 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PARTIALMANAGER.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Assuming that you already installed all the packages using `npm install`, you ne

## Warning

This will build the manager assuming your manager url is "manager.example.com". If the base url is different, you need to change in the _package.json_ file the REACT_APP_BASEURL enviroment variable to your url.
This will build the manager assuming your manager url is "manager.example.com". If the base url is different, you need to change in the _setupProxy.js_ file the proxy to your url.

# Putting the build in the manager

Expand Down
Loading