-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule omsUI
updated
17 files
+3 −3 | src/App.css | |
+32 −6 | src/App.tsx | |
+30 −20 | src/components/HostInfoCard/hostInfoForm.tsx | |
+30 −0 | src/components/HostInfoCard/index.tsx | |
+2 −1 | src/components/HostInfoCard/style.ts | |
+5 −5 | src/components/OmsTabs/Tab.tsx | |
+2 −2 | src/components/OmsTabs/Tabs.tsx | |
+3 −3 | src/components/OmsTerminal/index.tsx | |
+1 −1 | src/views/Group/GroupTabs.tsx | |
+1 −1 | src/views/Group/KeyFileTable.tsx | |
+2 −2 | src/views/Group/PrivateKey.tsx | |
+6 −3 | src/views/Group/style.tsx | |
+5 −4 | src/views/Home/homStyle.ts | |
+6 −3 | src/views/Mode/Job/style.ts | |
+1 −1 | src/views/Mode/ModeTabs.tsx | |
+6 −3 | src/views/Mode/Tunnel/style.ts | |
+4 −4 | src/views/Mode/WebSSH.tsx |