fix many things

This commit is contained in:
rustdesk
2023-08-23 11:45:37 +08:00
parent acf41011f1
commit 1aa6113fb4
75 changed files with 266 additions and 306 deletions
@@ -15,7 +15,7 @@ In the pop-up menu, you can choose to `Enable` or `Disable` the strategy, `Renam
On the right side of the strategy menu, you can see the number of devices actually applied to the strategy, taking into account the priority of the strategy.
![](images/strategy_menu.png)
![](/docs/en/self-host/rustdesk-server-pro/strategy/images/strategy_menu.png)
### Device Strategy and User Strategy
Each device can only be managed by one strategy, and device strategies take priority over user strategies. User strategies are responsible for managing all devices under the user that are not assigned a specific strategy.
@@ -27,7 +27,7 @@ When you click the `Edit Devices` menu, an editing dialog box displaying all the
Here is an example of the dialog box that appears when you click `Edit Devices` on the "demo2" menu. In this example, the device "362587269" is applied to the "demo2" strategy. The device "157333666" was originally applied to the default strategy but will be applied to the "demo2" strategy after clicking `Save`. The device "232026634" has a device strategy for "demo1" and a user strategy for "demo2", since the device strategy takes priority, this device will be applied to the "demo1" strategy.
![](images/edit_devices.png)
![](/docs/en/self-host/rustdesk-server-pro/strategy/images/edit_devices.png)
### Edit Users
@@ -35,7 +35,7 @@ When you click the `Edit Users` menu, an editing dialog box displaying all the
Here is an example of the dialog box that appears when you click `Edit Users` on the "demo2" menu. In this example, the user "user2" was originally applied to the default strategy and will be applied to the "demo2" strategy after clicking `Save`. The user "user1" is applied to the default strategy, and the user "admin" is applied to the "demo2" strategy.
![](images/edit_users.png)
![](/docs/en/self-host/rustdesk-server-pro/strategy/images/edit_users.png)
### Strategy Synchronization