@dovetail-v2/refine 0.2.7 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/dist/MonacoYamlDiffEditor-7a07db88.cjs +59 -0
  2. package/dist/{MonacoYamlDiffEditor-ae04bff7.js → MonacoYamlDiffEditor-7de94ad2.js} +1 -24
  3. package/dist/MonacoYamlEditor-743591b0.cjs +206 -0
  4. package/dist/{MonacoYamlEditor-7071a8ae.js → MonacoYamlEditor-90733472.js} +2 -9
  5. package/dist/PodShell-43c7028e.cjs +216 -0
  6. package/dist/PodShell-ba204cde.js +216 -0
  7. package/dist/common-1eb43414.cjs +982 -0
  8. package/dist/common-feae5742.js +983 -0
  9. package/{lib → dist}/components/PodShellModal/PodShell.d.ts +3 -5
  10. package/dist/components/PodShellModal/index.d.ts +10 -0
  11. package/dist/components/Shell/Connecting.d.ts +2 -0
  12. package/dist/components/Shell/common.d.ts +5 -0
  13. package/{lib → dist}/components/Shell/index.d.ts +1 -5
  14. package/{lib → dist}/components/index.d.ts +0 -1
  15. package/dist/{index-e2ac90c3.js → index-0d6858da.js} +293 -1923
  16. package/dist/index-31874f77.cjs +496 -0
  17. package/dist/index-40deb620.js +497 -0
  18. package/dist/index-e19759fc.cjs +19017 -0
  19. package/dist/refine.cjs +280 -0
  20. package/dist/refine.js +248 -257
  21. package/dist/shell.cjs +17 -0
  22. package/dist/shell.d.ts +2 -0
  23. package/dist/shell.js +17 -0
  24. package/dist/style.css +1311 -1266
  25. package/package.json +4 -4
  26. package/dist/refine.umd.cjs +0 -20835
  27. package/lib/components/PodShellModal/index.d.ts +0 -10
  28. /package/{lib → dist}/App.d.ts +0 -0
  29. /package/{lib → dist}/Dovetail.d.ts +0 -0
  30. /package/{lib → dist}/components/Breadcrumb/index.d.ts +0 -0
  31. /package/{lib → dist}/components/ConditionsTable/ConditionsTable.d.ts +0 -0
  32. /package/{lib → dist}/components/ConditionsTable/index.d.ts +0 -0
  33. /package/{lib → dist}/components/CreateButton/index.d.ts +0 -0
  34. /package/{lib → dist}/components/CronjobJobsTable/index.d.ts +0 -0
  35. /package/{lib → dist}/components/DeleteButton/index.d.ts +0 -0
  36. /package/{lib → dist}/components/DeleteManyButton/index.d.ts +0 -0
  37. /package/{lib → dist}/components/DrawerShow/DrawerShow.d.ts +0 -0
  38. /package/{lib → dist}/components/DrawerShow/index.d.ts +0 -0
  39. /package/{lib → dist}/components/DropdownMenuItems/EditAnnotationDropdownMenuItem.d.ts +0 -0
  40. /package/{lib → dist}/components/DropdownMenuItems/EditLabelDropdownMenuItem.d.ts +0 -0
  41. /package/{lib → dist}/components/DropdownMenuItems/EditNodeTaintDropdownMenuItem.d.ts +0 -0
  42. /package/{lib → dist}/components/DropdownMenuItems/index.d.ts +0 -0
  43. /package/{lib → dist}/components/Dropdowns/CronJobDropdown/index.d.ts +0 -0
  44. /package/{lib → dist}/components/Dropdowns/K8sDropdown/index.d.ts +0 -0
  45. /package/{lib → dist}/components/Dropdowns/PodDropdown/index.d.ts +0 -0
  46. /package/{lib → dist}/components/Dropdowns/ReplicasDropdown/index.d.ts +0 -0
  47. /package/{lib → dist}/components/Dropdowns/WorkloadDropdown/index.d.ts +0 -0
  48. /package/{lib → dist}/components/DurationTime/index.d.ts +0 -0
  49. /package/{lib → dist}/components/EditButton/index.d.ts +0 -0
  50. /package/{lib → dist}/components/EditField/index.d.ts +0 -0
  51. /package/{lib → dist}/components/EditMetadataForm/EditAnnotationForm.d.ts +0 -0
  52. /package/{lib → dist}/components/EditMetadataForm/EditLabelForm.d.ts +0 -0
  53. /package/{lib → dist}/components/EditMetadataForm/EditNodeTaintForm.d.ts +0 -0
  54. /package/{lib → dist}/components/EditMetadataForm/KeyValueTableForm.d.ts +0 -0
  55. /package/{lib → dist}/components/EditMetadataForm/LabelFormatPopover.d.ts +0 -0
  56. /package/{lib → dist}/components/EditMetadataForm/index.d.ts +0 -0
  57. /package/{lib → dist}/components/ErrorContent/index.d.ts +0 -0
  58. /package/{lib → dist}/components/EventsTable/EventsTable.d.ts +0 -0
  59. /package/{lib → dist}/components/EventsTable/index.d.ts +0 -0
  60. /package/{lib → dist}/components/Form/FormModal.d.ts +0 -0
  61. /package/{lib → dist}/components/Form/FormModeSegmentControl.d.ts +0 -0
  62. /package/{lib → dist}/components/Form/RefineFormContainer.d.ts +0 -0
  63. /package/{lib → dist}/components/Form/RefineFormContent.d.ts +0 -0
  64. /package/{lib → dist}/components/Form/RefineFormPage.d.ts +0 -0
  65. /package/{lib → dist}/components/Form/YamlForm.d.ts +0 -0
  66. /package/{lib → dist}/components/Form/YamlFormContainer.d.ts +0 -0
  67. /package/{lib → dist}/components/Form/index.d.ts +0 -0
  68. /package/{lib → dist}/components/Form/type.d.ts +0 -0
  69. /package/{lib → dist}/components/Form/useFieldsConfig.d.ts +0 -0
  70. /package/{lib → dist}/components/Form/useReactHookForm.d.ts +0 -0
  71. /package/{lib → dist}/components/Form/useRefineForm.d.ts +0 -0
  72. /package/{lib → dist}/components/Form/useYamlForm.d.ts +0 -0
  73. /package/{lib → dist}/components/FormErrorAlert/index.d.ts +0 -0
  74. /package/{lib → dist}/components/FormLayout/index.d.ts +0 -0
  75. /package/{lib → dist}/components/FormWidgets/KeyValueListWidget.d.ts +0 -0
  76. /package/{lib → dist}/components/FormWidgets/MetadataForm.d.ts +0 -0
  77. /package/{lib → dist}/components/FormWidgets/NameInputWidget.d.ts +0 -0
  78. /package/{lib → dist}/components/FormWidgets/NamespaceSelectWidget.d.ts +0 -0
  79. /package/{lib → dist}/components/FormWidgets/index.d.ts +0 -0
  80. /package/{lib → dist}/components/FormWidgets/widget.d.ts +0 -0
  81. /package/{lib → dist}/components/ImageNames/index.d.ts +0 -0
  82. /package/{lib → dist}/components/IngressRulesComponent/index.d.ts +0 -0
  83. /package/{lib → dist}/components/IngressRulesTable/IngressRulesTable.d.ts +0 -0
  84. /package/{lib → dist}/components/IngressRulesTable/index.d.ts +0 -0
  85. /package/{lib → dist}/components/InternalBaseTable/TableWidgets.d.ts +0 -0
  86. /package/{lib → dist}/components/InternalBaseTable/index.d.ts +0 -0
  87. /package/{lib → dist}/components/KeyValue/KeyValue.d.ts +0 -0
  88. /package/{lib → dist}/components/KeyValue/KeyValueAnnotation.d.ts +0 -0
  89. /package/{lib → dist}/components/KeyValue/KeyValueSecret.d.ts +0 -0
  90. /package/{lib → dist}/components/KeyValue/index.d.ts +0 -0
  91. /package/{lib → dist}/components/Layout/index.d.ts +0 -0
  92. /package/{lib → dist}/components/LinkFallback/index.d.ts +0 -0
  93. /package/{lib → dist}/components/ListPage/index.d.ts +0 -0
  94. /package/{lib → dist}/components/Menu/index.d.ts +0 -0
  95. /package/{lib → dist}/components/NamespacesFilter/index.d.ts +0 -0
  96. /package/{lib → dist}/components/NetworkPolicyRulesViewer/NetworkPolicyRulesViewer.d.ts +0 -0
  97. /package/{lib → dist}/components/NetworkPolicyRulesViewer/index.d.ts +0 -0
  98. /package/{lib → dist}/components/NodeTaintsTable/NodeTaintsTable.d.ts +0 -0
  99. /package/{lib → dist}/components/NodeTaintsTable/index.d.ts +0 -0
  100. /package/{lib → dist}/components/PVCDistributeStorage/index.d.ts +0 -0
  101. /package/{lib → dist}/components/PageShow/PageShow.d.ts +0 -0
  102. /package/{lib → dist}/components/PageShow/index.d.ts +0 -0
  103. /package/{lib → dist}/components/PodContainersTable/PodContainersTable.d.ts +0 -0
  104. /package/{lib → dist}/components/PodContainersTable/index.d.ts +0 -0
  105. /package/{lib → dist}/components/PodLog/index.d.ts +0 -0
  106. /package/{lib → dist}/components/PodSelectorTable/index.d.ts +0 -0
  107. /package/{lib → dist}/components/PortsTable/index.d.ts +0 -0
  108. /package/{lib → dist}/components/ReferenceLink/index.d.ts +0 -0
  109. /package/{lib → dist}/components/ResourceCRUD/ResourceCRUD.d.ts +0 -0
  110. /package/{lib → dist}/components/ResourceCRUD/create/index.d.ts +0 -0
  111. /package/{lib → dist}/components/ResourceCRUD/index.d.ts +0 -0
  112. /package/{lib → dist}/components/ResourceCRUD/list/index.d.ts +0 -0
  113. /package/{lib → dist}/components/ResourceCRUD/show/index.d.ts +0 -0
  114. /package/{lib → dist}/components/ResourceFiledDisplays.d.ts +0 -0
  115. /package/{lib → dist}/components/ResourceLink/index.d.ts +0 -0
  116. /package/{lib → dist}/components/ResourceSelect/index.d.ts +0 -0
  117. /package/{lib → dist}/components/ResourceTable/index.d.ts +0 -0
  118. /package/{lib → dist}/components/ResourceUsageBar/index.d.ts +0 -0
  119. /package/{lib → dist}/components/Separator/index.d.ts +0 -0
  120. /package/{lib → dist}/components/ServiceComponents/index.d.ts +0 -0
  121. /package/{lib → dist}/components/Shell/ShellToolbar.d.ts +0 -0
  122. /package/{lib → dist}/components/ShowContent/ShowContent.d.ts +0 -0
  123. /package/{lib → dist}/components/ShowContent/fields.d.ts +0 -0
  124. /package/{lib → dist}/components/ShowContent/groups.d.ts +0 -0
  125. /package/{lib → dist}/components/ShowContent/index.d.ts +0 -0
  126. /package/{lib → dist}/components/ShowContent/tabs.d.ts +0 -0
  127. /package/{lib → dist}/components/StateTag/StateTag.d.ts +0 -0
  128. /package/{lib → dist}/components/StateTag/index.d.ts +0 -0
  129. /package/{lib → dist}/components/Table/index.d.ts +0 -0
  130. /package/{lib → dist}/components/TableToolbar/index.d.ts +0 -0
  131. /package/{lib → dist}/components/Tabs/index.d.ts +0 -0
  132. /package/{lib → dist}/components/Tags/index.d.ts +0 -0
  133. /package/{lib → dist}/components/TextTags/index.d.ts +0 -0
  134. /package/{lib → dist}/components/Time/index.d.ts +0 -0
  135. /package/{lib → dist}/components/ValueDisplay/index.d.ts +0 -0
  136. /package/{lib → dist}/components/WorkloadPodsTable/WorkloadPodsTable.d.ts +0 -0
  137. /package/{lib → dist}/components/WorkloadPodsTable/index.d.ts +0 -0
  138. /package/{lib → dist}/components/WorkloadReplicas/index.d.ts +0 -0
  139. /package/{lib → dist}/components/YamlEditor/MonacoYamlDiffEditor.d.ts +0 -0
  140. /package/{lib → dist}/components/YamlEditor/MonacoYamlEditor.d.ts +0 -0
  141. /package/{lib → dist}/components/YamlEditor/YamlEditorComponent.d.ts +0 -0
  142. /package/{lib → dist}/components/YamlEditor/index.d.ts +0 -0
  143. /package/{lib → dist}/components/YamlEditor/style.d.ts +0 -0
  144. /package/{lib → dist}/components/YamlEditor/yaml.worker.d.ts +0 -0
  145. /package/{lib → dist}/constants/auth.d.ts +0 -0
  146. /package/{lib → dist}/constants/index.d.ts +0 -0
  147. /package/{lib → dist}/constants/k8s.d.ts +0 -0
  148. /package/{lib → dist}/constants/state.d.ts +0 -0
  149. /package/{lib → dist}/contexts/component.d.ts +0 -0
  150. /package/{lib → dist}/contexts/configs.d.ts +0 -0
  151. /package/{lib → dist}/contexts/constants.d.ts +0 -0
  152. /package/{lib → dist}/contexts/global-store.d.ts +0 -0
  153. /package/{lib → dist}/contexts/index.d.ts +0 -0
  154. /package/{lib → dist}/hooks/index.d.ts +0 -0
  155. /package/{lib → dist}/hooks/useDeleteModal/index.d.ts +0 -0
  156. /package/{lib → dist}/hooks/useDeleteModal/useDeleteManyModal.d.ts +0 -0
  157. /package/{lib → dist}/hooks/useDeleteModal/useDeleteModal.d.ts +0 -0
  158. /package/{lib → dist}/hooks/useDeleteModal/useDeleteModalOnly.d.ts +0 -0
  159. /package/{lib → dist}/hooks/useDeleteModal/useFailedModal.d.ts +0 -0
  160. /package/{lib → dist}/hooks/useDownloadYAML.d.ts +0 -0
  161. /package/{lib → dist}/hooks/useEagleTable/columns.d.ts +0 -0
  162. /package/{lib → dist}/hooks/useEagleTable/index.d.ts +0 -0
  163. /package/{lib → dist}/hooks/useEagleTable/useEagleTable.d.ts +0 -0
  164. /package/{lib → dist}/hooks/useEdit.d.ts +0 -0
  165. /package/{lib → dist}/hooks/useGlobalStore.d.ts +0 -0
  166. /package/{lib → dist}/hooks/useK8sYamlEditor.d.ts +0 -0
  167. /package/{lib → dist}/hooks/useNamespaceRefineFilter.d.ts +0 -0
  168. /package/{lib → dist}/hooks/useOpenForm.d.ts +0 -0
  169. /package/{lib → dist}/hooks/usePathMap.d.ts +0 -0
  170. /package/{lib → dist}/hooks/useSchema.d.ts +0 -0
  171. /package/{lib → dist}/hooks/useSubmitForm.d.ts +0 -0
  172. /package/{lib → dist}/hooks/useTableData.d.ts +0 -0
  173. /package/{lib → dist}/i18n.d.ts +0 -0
  174. /package/{lib → dist}/index.d.ts +0 -0
  175. /package/{lib → dist}/locales/en-US/index.d.ts +0 -0
  176. /package/{lib → dist}/locales/index.d.ts +0 -0
  177. /package/{lib → dist}/locales/zh-CN/index.d.ts +0 -0
  178. /package/{lib → dist}/main.d.ts +0 -0
  179. /package/{lib → dist}/models/cronjob-model.d.ts +0 -0
  180. /package/{lib → dist}/models/daemonset-model.d.ts +0 -0
  181. /package/{lib → dist}/models/deployment-model.d.ts +0 -0
  182. /package/{lib → dist}/models/event-model.d.ts +0 -0
  183. /package/{lib → dist}/models/index.d.ts +0 -0
  184. /package/{lib → dist}/models/ingress-model.d.ts +0 -0
  185. /package/{lib → dist}/models/job-model.d.ts +0 -0
  186. /package/{lib → dist}/models/network-policy-model.d.ts +0 -0
  187. /package/{lib → dist}/models/node-model.d.ts +0 -0
  188. /package/{lib → dist}/models/persistent-volume-claim.d.ts +0 -0
  189. /package/{lib → dist}/models/persistent-volume.d.ts +0 -0
  190. /package/{lib → dist}/models/pod-metrics-model.d.ts +0 -0
  191. /package/{lib → dist}/models/pod-model.d.ts +0 -0
  192. /package/{lib → dist}/models/resource-model.d.ts +0 -0
  193. /package/{lib → dist}/models/service-model.d.ts +0 -0
  194. /package/{lib → dist}/models/statefulset-model.d.ts +0 -0
  195. /package/{lib → dist}/models/storage-class.d.ts +0 -0
  196. /package/{lib → dist}/models/types/index.d.ts +0 -0
  197. /package/{lib → dist}/models/types/metric.d.ts +0 -0
  198. /package/{lib → dist}/models/workload-base-model.d.ts +0 -0
  199. /package/{lib → dist}/models/workload-model.d.ts +0 -0
  200. /package/{lib → dist}/pages/configmaps/index.d.ts +0 -0
  201. /package/{lib → dist}/pages/cronjobs/create/index.d.ts +0 -0
  202. /package/{lib → dist}/pages/cronjobs/index.d.ts +0 -0
  203. /package/{lib → dist}/pages/cronjobs/list/index.d.ts +0 -0
  204. /package/{lib → dist}/pages/cronjobs/show/index.d.ts +0 -0
  205. /package/{lib → dist}/pages/daemonsets/create/index.d.ts +0 -0
  206. /package/{lib → dist}/pages/daemonsets/index.d.ts +0 -0
  207. /package/{lib → dist}/pages/daemonsets/list/index.d.ts +0 -0
  208. /package/{lib → dist}/pages/daemonsets/show/index.d.ts +0 -0
  209. /package/{lib → dist}/pages/deployments/index.d.ts +0 -0
  210. /package/{lib → dist}/pages/deployments/list/index.d.ts +0 -0
  211. /package/{lib → dist}/pages/deployments/show/index.d.ts +0 -0
  212. /package/{lib → dist}/pages/ingresses/index.d.ts +0 -0
  213. /package/{lib → dist}/pages/jobs/index.d.ts +0 -0
  214. /package/{lib → dist}/pages/networkPolicies/index.d.ts +0 -0
  215. /package/{lib → dist}/pages/nodes/index.d.ts +0 -0
  216. /package/{lib → dist}/pages/nodes/list/index.d.ts +0 -0
  217. /package/{lib → dist}/pages/nodes/show/index.d.ts +0 -0
  218. /package/{lib → dist}/pages/persistentvolumeclaims/index.d.ts +0 -0
  219. /package/{lib → dist}/pages/persistentvolumes/index.d.ts +0 -0
  220. /package/{lib → dist}/pages/pods/create/index.d.ts +0 -0
  221. /package/{lib → dist}/pages/pods/index.d.ts +0 -0
  222. /package/{lib → dist}/pages/pods/list/index.d.ts +0 -0
  223. /package/{lib → dist}/pages/pods/show/index.d.ts +0 -0
  224. /package/{lib → dist}/pages/secrets/index.d.ts +0 -0
  225. /package/{lib → dist}/pages/services/index.d.ts +0 -0
  226. /package/{lib → dist}/pages/statefulsets/index.d.ts +0 -0
  227. /package/{lib → dist}/pages/storageclasses/form/index.d.ts +0 -0
  228. /package/{lib → dist}/pages/storageclasses/index.d.ts +0 -0
  229. /package/{lib → dist}/plugins/index.d.ts +0 -0
  230. /package/{lib → dist}/plugins/model-plugin.d.ts +0 -0
  231. /package/{lib → dist}/plugins/relation-plugin.d.ts +0 -0
  232. /package/{lib → dist}/plugins/type.d.ts +0 -0
  233. /package/{lib → dist}/providers/index.d.ts +0 -0
  234. /package/{lib → dist}/providers/router-provider/index.d.ts +0 -0
  235. /package/{lib → dist}/styles/button.d.ts +0 -0
  236. /package/{lib → dist}/styles/modal.d.ts +0 -0
  237. /package/{lib → dist}/styles/tag.d.ts +0 -0
  238. /package/{lib → dist}/types/globalStore.d.ts +0 -0
  239. /package/{lib → dist}/types/index.d.ts +0 -0
  240. /package/{lib → dist}/types/resource.d.ts +0 -0
  241. /package/{lib → dist}/utils/addId.d.ts +0 -0
  242. /package/{lib → dist}/utils/download.d.ts +0 -0
  243. /package/{lib → dist}/utils/error.d.ts +0 -0
  244. /package/{lib → dist}/utils/form.d.ts +0 -0
  245. /package/{lib → dist}/utils/index.d.ts +0 -0
  246. /package/{lib → dist}/utils/k8s.d.ts +0 -0
  247. /package/{lib → dist}/utils/labels.d.ts +0 -0
  248. /package/{lib → dist}/utils/match-selector.d.ts +0 -0
  249. /package/{lib → dist}/utils/object.d.ts +0 -0
  250. /package/{lib → dist}/utils/openapi.d.ts +0 -0
  251. /package/{lib → dist}/utils/schema-store.d.ts +0 -0
  252. /package/{lib → dist}/utils/schema.d.ts +0 -0
  253. /package/{lib → dist}/utils/selector.d.ts +0 -0
  254. /package/{lib → dist}/utils/shell.d.ts +0 -0
  255. /package/{lib → dist}/utils/storage.d.ts +0 -0
  256. /package/{lib → dist}/utils/string.d.ts +0 -0
  257. /package/{lib → dist}/utils/time.d.ts +0 -0
  258. /package/{lib → dist}/utils/unit.d.ts +0 -0
  259. /package/{lib → dist}/utils/validation.d.ts +0 -0
  260. /package/{lib → dist}/utils/yaml.d.ts +0 -0
package/dist/style.css CHANGED
@@ -45,81 +45,15 @@
45
45
  /* box shadow */
46
46
  /* fisheye */
47
47
  /* z-index */
48
- .s82411.ant-tag {
49
- padding: 3px 16px;
50
- height: 24px;
51
- }
52
- .s82411.no-background {
53
- background-color: transparent !important;
54
- padding: 0;
55
- }
56
-
57
- .n9ja9cs.ant-tag.ant-tag-gray {
58
- background-color: rgba(237, 241, 250, 0.6);
59
- border: 1px solid rgba(211, 218, 235, 0.6);
60
- color: #00122e;
61
- word-break: break-all;
62
- white-space: normal;
63
- display: inline;
64
- font-weight: bold;
65
- }/* // basic */
66
- /* FishEye Color Variables and Functions */
67
- /*
68
- --------------------------- Primary Color ---------------------------
69
- */
70
- /*
71
- ---------------------------When necessary to add at any time---------------------------
72
- */
73
- /* computed */
74
- /* blue */
75
- /* green */
76
- /* yellow */
77
- /* red */
78
- /* purple */
79
- /* palette global token*/
80
- /* color opaque */
81
- /* color transparent */
82
- /* blue transparent */
83
- /* green transparent */
84
- /* yellow transparent */
85
- /* red transparent */
86
- /* gray transparent */
87
- /* white transparent */
88
- /* gradient opaque */
89
- /* blue radial gradient */
90
- /* blue linear gradient */
91
- /* green radial gradient */
92
- /* yellow radial gradient */
93
- /* red radial gradient */
94
- /* gray radial gradient */
95
- /* white to gray radial gradient */
96
- /* white to gray linear gradient */
97
- /* gradient transparent */
98
- /* secondary palette */
99
- /* purple radial gradient */
100
- /* refine alias color */
101
- /* text */
102
- /* link */
103
- /* fill */
104
- /* fill element */
105
- /* fill interaction */
106
- /* stroke */
107
- /* background */
108
- /* dim */
109
- /* box shadow */
110
- /* fisheye */
111
- /* z-index */
112
- .e5223w8.empty-text {
113
- color: rgba(0, 21, 64, 0.3);
114
- }
115
-
116
- .cdjsw14 {
48
+ .l1ur2ktd {
49
+ display: flex;
50
+ gap: 8px;
51
+ justify-content: center;
52
+ align-items: center;
53
+ height: 100%;
117
54
  width: 100%;
118
- }
119
- .cdjsw14.overflow {
120
- overflow: hidden;
121
- text-overflow: ellipsis;
122
- white-space: nowrap;
55
+ color: rgba(44, 56, 82, 0.6);
56
+ background: #f2f5fa;
123
57
  }/* // basic */
124
58
  /* FishEye Color Variables and Functions */
125
59
  /*
@@ -167,118 +101,278 @@
167
101
  /* box shadow */
168
102
  /* fisheye */
169
103
  /* z-index */
170
- .b142d7q8 {
104
+ .tzxa6d {
171
105
  display: flex;
106
+ justify-content: space-between;
107
+ height: 32px;
172
108
  }
173
- .b142d7q8 .breadcrumb-item:not(:last-of-type):after {
174
- content: ">";
175
- margin: 0 8px;
176
- }/* // basic */
177
- /* FishEye Color Variables and Functions */
178
- /*
179
- --------------------------- Primary Color ---------------------------
180
- */
181
- /*
182
- ---------------------------When necessary to add at any time---------------------------
183
- */
184
- /* computed */
185
- /* blue */
186
- /* green */
187
- /* yellow */
188
- /* red */
189
- /* purple */
190
- /* palette global token*/
191
- /* color opaque */
192
- /* color transparent */
193
- /* blue transparent */
194
- /* green transparent */
195
- /* yellow transparent */
196
- /* red transparent */
197
- /* gray transparent */
198
- /* white transparent */
199
- /* gradient opaque */
200
- /* blue radial gradient */
201
- /* blue linear gradient */
202
- /* green radial gradient */
203
- /* yellow radial gradient */
204
- /* red radial gradient */
205
- /* gray radial gradient */
206
- /* white to gray radial gradient */
207
- /* white to gray linear gradient */
208
- /* gradient transparent */
209
- /* secondary palette */
210
- /* purple radial gradient */
211
- /* refine alias color */
212
- /* text */
213
- /* link */
214
- /* fill */
215
- /* fill element */
216
- /* fill interaction */
217
- /* stroke */
218
- /* background */
219
- /* dim */
220
- /* box shadow */
221
- /* fisheye */
222
- /* z-index */
223
- .egn3dbn {
109
+
110
+ .t1sxu3rr {
224
111
  display: flex;
225
- flex-direction: column;
226
- justify-content: center;
227
112
  align-items: center;
228
- height: 100%;
229
113
  }
230
- .egn3dbn.widget .title {
231
- background-clip: text;
232
- -webkit-background-clip: text;
233
- -webkit-text-fill-color: transparent;
234
- background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
114
+
115
+ .ix8ych8 {
116
+ display: flex;
117
+ gap: 16px;
235
118
  }
236
- .egn3dbn.list .title {
237
- color: rgba(44, 56, 82, 0.6);
119
+
120
+ .i58m6oo {
121
+ cursor: pointer;
238
122
  }
239
- .egn3dbn.card {
240
- padding: 15px 0;
123
+
124
+ .d1t2oa87 {
125
+ width: 1px;
126
+ height: 100%;
127
+ background: rgba(172, 186, 211, 0.6);
128
+ margin: 0 16px;
241
129
  }
242
- .egn3dbn.card .title {
243
- color: rgba(0, 21, 64, 0.3);
130
+
131
+ .tuo8xdg {
132
+ white-space: nowrap;
133
+ }/**
134
+ * Copyright (c) 2014 The xterm.js authors. All rights reserved.
135
+ * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
136
+ * https://github.com/chjj/term.js
137
+ * @license MIT
138
+ *
139
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
140
+ * of this software and associated documentation files (the "Software"), to deal
141
+ * in the Software without restriction, including without limitation the rights
142
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
143
+ * copies of the Software, and to permit persons to whom the Software is
144
+ * furnished to do so, subject to the following conditions:
145
+ *
146
+ * The above copyright notice and this permission notice shall be included in
147
+ * all copies or substantial portions of the Software.
148
+ *
149
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
150
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
151
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
152
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
153
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
154
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
155
+ * THE SOFTWARE.
156
+ *
157
+ * Originally forked from (with the author's permission):
158
+ * Fabrice Bellard's javascript vt100 for jslinux:
159
+ * http://bellard.org/jslinux/
160
+ * Copyright (c) 2011 Fabrice Bellard
161
+ * The original design remains. The terminal itself
162
+ * has been extended to include xterm CSI codes, among
163
+ * other features.
164
+ */
165
+
166
+ /**
167
+ * Default styles for xterm.js
168
+ */
169
+
170
+ .xterm {
171
+ cursor: text;
172
+ position: relative;
173
+ user-select: none;
174
+ -ms-user-select: none;
175
+ -webkit-user-select: none;
244
176
  }
245
- .egn3dbn.card .error-content {
246
- height: 96px;
177
+
178
+ .xterm.focus,
179
+ .xterm:focus {
180
+ outline: none;
247
181
  }
248
182
 
249
- .e136jgy8 {
250
- display: flex;
251
- flex-direction: column;
252
- align-items: center;
253
- justify-content: center;
183
+ .xterm .xterm-helpers {
184
+ position: absolute;
185
+ top: 0;
186
+ /**
187
+ * The z-index of the helpers must be higher than the canvases in order for
188
+ * IMEs to appear on top.
189
+ */
190
+ z-index: 5;
254
191
  }
255
- .e136jgy8 .title {
256
- margin-bottom: 8px;
257
- }/* // basic */
258
- /* FishEye Color Variables and Functions */
259
- /*
260
- --------------------------- Primary Color ---------------------------
261
- */
262
- /*
263
- ---------------------------When necessary to add at any time---------------------------
264
- */
265
- /* computed */
266
- /* blue */
267
- /* green */
268
- /* yellow */
269
- /* red */
270
- /* purple */
271
- /* palette global token*/
272
- /* color opaque */
273
- /* color transparent */
274
- /* blue transparent */
275
- /* green transparent */
276
- /* yellow transparent */
277
- /* red transparent */
278
- /* gray transparent */
279
- /* white transparent */
280
- /* gradient opaque */
281
- /* blue radial gradient */
192
+
193
+ .xterm .xterm-helper-textarea {
194
+ padding: 0;
195
+ border: 0;
196
+ margin: 0;
197
+ /* Move textarea out of the screen to the far left, so that the cursor is not visible */
198
+ position: absolute;
199
+ opacity: 0;
200
+ left: -9999em;
201
+ top: 0;
202
+ width: 0;
203
+ height: 0;
204
+ z-index: -5;
205
+ /** Prevent wrapping so the IME appears against the textarea at the correct position */
206
+ white-space: nowrap;
207
+ overflow: hidden;
208
+ resize: none;
209
+ }
210
+
211
+ .xterm .composition-view {
212
+ /* TODO: Composition position got messed up somewhere */
213
+ background: #000;
214
+ color: #FFF;
215
+ display: none;
216
+ position: absolute;
217
+ white-space: nowrap;
218
+ z-index: 1;
219
+ }
220
+
221
+ .xterm .composition-view.active {
222
+ display: block;
223
+ }
224
+
225
+ .xterm .xterm-viewport {
226
+ /* On OS X this is required in order for the scroll bar to appear fully opaque */
227
+ background-color: #000;
228
+ overflow-y: scroll;
229
+ cursor: default;
230
+ position: absolute;
231
+ right: 0;
232
+ left: 0;
233
+ top: 0;
234
+ bottom: 0;
235
+ }
236
+
237
+ .xterm .xterm-screen {
238
+ position: relative;
239
+ }
240
+
241
+ .xterm .xterm-screen canvas {
242
+ position: absolute;
243
+ left: 0;
244
+ top: 0;
245
+ }
246
+
247
+ .xterm .xterm-scroll-area {
248
+ visibility: hidden;
249
+ }
250
+
251
+ .xterm-char-measure-element {
252
+ display: inline-block;
253
+ visibility: hidden;
254
+ position: absolute;
255
+ top: 0;
256
+ left: -9999em;
257
+ line-height: normal;
258
+ }
259
+
260
+ .xterm.enable-mouse-events {
261
+ /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
262
+ cursor: default;
263
+ }
264
+
265
+ .xterm.xterm-cursor-pointer,
266
+ .xterm .xterm-cursor-pointer {
267
+ cursor: pointer;
268
+ }
269
+
270
+ .xterm.column-select.focus {
271
+ /* Column selection mode */
272
+ cursor: crosshair;
273
+ }
274
+
275
+ .xterm .xterm-accessibility:not(.debug),
276
+ .xterm .xterm-message {
277
+ position: absolute;
278
+ left: 0;
279
+ top: 0;
280
+ bottom: 0;
281
+ right: 0;
282
+ z-index: 10;
283
+ color: transparent;
284
+ pointer-events: none;
285
+ }
286
+
287
+ .xterm .xterm-accessibility-tree:not(.debug) *::selection {
288
+ color: transparent;
289
+ }
290
+
291
+ .xterm .xterm-accessibility-tree {
292
+ user-select: text;
293
+ white-space: pre;
294
+ }
295
+
296
+ .xterm .live-region {
297
+ position: absolute;
298
+ left: -9999px;
299
+ width: 1px;
300
+ height: 1px;
301
+ overflow: hidden;
302
+ }
303
+
304
+ .xterm-dim {
305
+ /* Dim should not apply to background, so the opacity of the foreground color is applied
306
+ * explicitly in the generated class and reset to 1 here */
307
+ opacity: 1 !important;
308
+ }
309
+
310
+ .xterm-underline-1 { text-decoration: underline; }
311
+ .xterm-underline-2 { text-decoration: double underline; }
312
+ .xterm-underline-3 { text-decoration: wavy underline; }
313
+ .xterm-underline-4 { text-decoration: dotted underline; }
314
+ .xterm-underline-5 { text-decoration: dashed underline; }
315
+
316
+ .xterm-overline {
317
+ text-decoration: overline;
318
+ }
319
+
320
+ .xterm-overline.xterm-underline-1 { text-decoration: overline underline; }
321
+ .xterm-overline.xterm-underline-2 { text-decoration: overline double underline; }
322
+ .xterm-overline.xterm-underline-3 { text-decoration: overline wavy underline; }
323
+ .xterm-overline.xterm-underline-4 { text-decoration: overline dotted underline; }
324
+ .xterm-overline.xterm-underline-5 { text-decoration: overline dashed underline; }
325
+
326
+ .xterm-strikethrough {
327
+ text-decoration: line-through;
328
+ }
329
+
330
+ .xterm-screen .xterm-decoration-container .xterm-decoration {
331
+ z-index: 6;
332
+ position: absolute;
333
+ }
334
+
335
+ .xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer {
336
+ z-index: 7;
337
+ }
338
+
339
+ .xterm-decoration-overview-ruler {
340
+ z-index: 8;
341
+ position: absolute;
342
+ top: 0;
343
+ right: 0;
344
+ pointer-events: none;
345
+ }
346
+
347
+ .xterm-decoration-top {
348
+ z-index: 2;
349
+ position: relative;
350
+ }
351
+ /* // basic */
352
+ /* FishEye Color Variables and Functions */
353
+ /*
354
+ --------------------------- Primary Color ---------------------------
355
+ */
356
+ /*
357
+ ---------------------------When necessary to add at any time---------------------------
358
+ */
359
+ /* computed */
360
+ /* blue */
361
+ /* green */
362
+ /* yellow */
363
+ /* red */
364
+ /* purple */
365
+ /* palette global token*/
366
+ /* color opaque */
367
+ /* color transparent */
368
+ /* blue transparent */
369
+ /* green transparent */
370
+ /* yellow transparent */
371
+ /* red transparent */
372
+ /* gray transparent */
373
+ /* white transparent */
374
+ /* gradient opaque */
375
+ /* blue radial gradient */
282
376
  /* blue linear gradient */
283
377
  /* green radial gradient */
284
378
  /* yellow radial gradient */
@@ -301,24 +395,26 @@
301
395
  /* box shadow */
302
396
  /* fisheye */
303
397
  /* z-index */
304
- .a60f3dj {
305
- position: absolute;
306
- top: 0;
307
- left: 0;
308
- bottom: 0;
309
- width: 1px;
310
- background: #0080ff;
311
- transform: translateX(-9999px);
312
- z-index: 999;
398
+ .c1q5a2qi {
399
+ height: 100%;
400
+ display: flex;
401
+ flex-direction: column;
313
402
  }
314
- .a60f3dj::before {
315
- content: "";
316
- position: absolute;
317
- height: 34px;
318
- width: 3px;
319
- top: 0;
320
- left: -1px;
321
- background: #0080ff;
403
+
404
+ .sdz5fm1 {
405
+ flex: 1;
406
+ min-height: 0;
407
+ padding: 8px;
408
+ background: #00122e;
409
+ }
410
+
411
+ .ebp0h2e {
412
+ display: flex;
413
+ justify-content: space-between;
414
+ }
415
+
416
+ .tioilqy {
417
+ margin: 4px 8px;
322
418
  }/* // basic */
323
419
  /* FishEye Color Variables and Functions */
324
420
  /*
@@ -366,17 +462,23 @@
366
462
  /* box shadow */
367
463
  /* fisheye */
368
464
  /* z-index */
369
- .t47xc8k {
370
- width: 100%;
371
- border-top: 1px solid rgba(211, 218, 235, 0.6);
372
- display: flex;
373
- flex-direction: column;
465
+ .s82411.ant-tag {
466
+ padding: 3px 16px;
467
+ height: 24px;
374
468
  }
375
- .t47xc8k .ant-table-pagination {
376
- display: none;
469
+ .s82411.no-background {
470
+ background-color: transparent !important;
471
+ padding: 0;
377
472
  }
378
- .t47xc8k .table-container {
379
- min-height: 0;
473
+
474
+ .n9ja9cs.ant-tag.ant-tag-gray {
475
+ background-color: rgba(237, 241, 250, 0.6);
476
+ border: 1px solid rgba(211, 218, 235, 0.6);
477
+ color: #00122e;
478
+ word-break: break-all;
479
+ white-space: normal;
480
+ display: inline;
481
+ font-weight: bold;
380
482
  }/* // basic */
381
483
  /* FishEye Color Variables and Functions */
382
484
  /*
@@ -424,45 +526,17 @@
424
526
  /* box shadow */
425
527
  /* fisheye */
426
528
  /* z-index */
427
- .fq4465w.ant-modal.fullscreen .ant-modal-header {
428
- padding: 60px 0 32px 0;
429
- max-width: var(--max-modal-width, 1024px);
430
- width: 100%;
431
- margin: auto;
529
+ .e5223w8.empty-text {
530
+ color: rgba(0, 21, 64, 0.3);
432
531
  }
433
- .fq4465w.ant-modal.fullscreen .ant-modal-body {
434
- padding: 0 4px;
435
- max-width: var(--max-modal-width, 1024px);
532
+
533
+ .cdjsw14 {
436
534
  width: 100%;
437
- margin: auto;
438
535
  }
439
- .fq4465w.ant-modal.fullscreen .ant-modal-footer .footer-content {
440
- padding: 0;
441
- max-width: var(--max-modal-width, 1024px);
442
- width: 100%;
443
- margin: auto;
444
- }
445
-
446
- .s1nc293e.ant-modal.normal-modal .ant-modal-content {
447
- width: 492px;
448
- border-radius: 16px;
449
- }
450
- .s1nc293e.ant-modal.normal-modal .ant-modal-body {
451
- padding: 32px 40px;
452
- min-height: 160px;
453
- overflow-x: hidden;
454
- }
455
- .s1nc293e.ant-modal.normal-modal .ant-modal-header {
456
- border-radius: 16px 16px 0 0;
457
- padding: 32px 40px;
458
- padding-bottom: 0;
459
- }
460
- .s1nc293e.ant-modal.normal-modal .ant-modal-footer {
461
- padding: 24px 40px;
462
- }
463
- .s1nc293e.ant-modal.normal-modal .ant-modal-close-x {
464
- top: 35px;
465
- right: 40px;
536
+ .cdjsw14.overflow {
537
+ overflow: hidden;
538
+ text-overflow: ellipsis;
539
+ white-space: nowrap;
466
540
  }/* // basic */
467
541
  /* FishEye Color Variables and Functions */
468
542
  /*
@@ -510,10 +584,12 @@
510
584
  /* box shadow */
511
585
  /* fisheye */
512
586
  /* z-index */
513
- .esoz3jw.ant-btn.ant-btn-link {
514
- font-size: 13px;
515
- height: 18px;
516
- margin-left: 8px;
587
+ .b142d7q8 {
588
+ display: flex;
589
+ }
590
+ .b142d7q8 .breadcrumb-item:not(:last-of-type):after {
591
+ content: ">";
592
+ margin: 0 8px;
517
593
  }/* // basic */
518
594
  /* FishEye Color Variables and Functions */
519
595
  /*
@@ -561,13 +637,40 @@
561
637
  /* box shadow */
562
638
  /* fisheye */
563
639
  /* z-index */
564
- .b1vtjd4k.ant-btn.ant-btn-link {
565
- display: block;
640
+ .egn3dbn {
641
+ display: flex;
642
+ flex-direction: column;
643
+ justify-content: center;
644
+ align-items: center;
645
+ height: 100%;
646
+ }
647
+ .egn3dbn.widget .title {
648
+ background-clip: text;
649
+ -webkit-background-clip: text;
650
+ -webkit-text-fill-color: transparent;
651
+ background-image: linear-gradient(211.41deg, #929dad 0%, #d3dbe3 100%);
652
+ }
653
+ .egn3dbn.list .title {
654
+ color: rgba(44, 56, 82, 0.6);
655
+ }
656
+ .egn3dbn.card {
657
+ padding: 15px 0;
658
+ }
659
+ .egn3dbn.card .title {
660
+ color: rgba(0, 21, 64, 0.3);
661
+ }
662
+ .egn3dbn.card .error-content {
663
+ height: 96px;
566
664
  }
567
665
 
568
- .luro4rx.ant-btn-link.ant-btn {
569
- padding: 0;
570
- height: 22px;
666
+ .e136jgy8 {
667
+ display: flex;
668
+ flex-direction: column;
669
+ align-items: center;
670
+ justify-content: center;
671
+ }
672
+ .e136jgy8 .title {
673
+ margin-bottom: 8px;
571
674
  }/* // basic */
572
675
  /* FishEye Color Variables and Functions */
573
676
  /*
@@ -615,24 +718,24 @@
615
718
  /* box shadow */
616
719
  /* fisheye */
617
720
  /* z-index */
618
- .t13a6vox {
619
- flex-wrap: wrap;
620
- max-width: 100%;
621
- gap: 8px 0px;
622
- margin-bottom: 4px;
623
- }
624
-
625
- .t12ikbmp.ant-tag {
626
- overflow: hidden;
627
- text-overflow: ellipsis;
628
- color: #1D326C;
629
- }
630
- .t12ikbmp.ant-tag.outside-tag {
631
- border: 1px solid #A3B4CC;
632
- background-color: #E4E9F2;
721
+ .a60f3dj {
722
+ position: absolute;
723
+ top: 0;
724
+ left: 0;
725
+ bottom: 0;
726
+ width: 1px;
727
+ background: #0080ff;
728
+ transform: translateX(-9999px);
729
+ z-index: 999;
633
730
  }
634
- .t12ikbmp.ant-tag .inside-tag {
635
- background-color: #CCD4E3;
731
+ .a60f3dj::before {
732
+ content: "";
733
+ position: absolute;
734
+ height: 34px;
735
+ width: 3px;
736
+ top: 0;
737
+ left: -1px;
738
+ background: #0080ff;
636
739
  }/* // basic */
637
740
  /* FishEye Color Variables and Functions */
638
741
  /*
@@ -680,11 +783,17 @@
680
783
  /* box shadow */
681
784
  /* fisheye */
682
785
  /* z-index */
683
- .t19ustft {
684
- display: inline-block;
685
- line-height: 18px;
686
- height: 18px;
687
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
786
+ .t47xc8k {
787
+ width: 100%;
788
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
789
+ display: flex;
790
+ flex-direction: column;
791
+ }
792
+ .t47xc8k .ant-table-pagination {
793
+ display: none;
794
+ }
795
+ .t47xc8k .table-container {
796
+ min-height: 0;
688
797
  }/* // basic */
689
798
  /* FishEye Color Variables and Functions */
690
799
  /*
@@ -732,22 +841,45 @@
732
841
  /* box shadow */
733
842
  /* fisheye */
734
843
  /* z-index */
735
- .t1908hhn {
736
- padding: 12px 24px;
844
+ .fq4465w.ant-modal.fullscreen .ant-modal-header {
845
+ padding: 60px 0 32px 0;
846
+ max-width: var(--max-modal-width, 1024px);
847
+ width: 100%;
848
+ margin: auto;
737
849
  }
738
-
739
- .t1ym1gqo {
740
- justify-content: space-between;
850
+ .fq4465w.ant-modal.fullscreen .ant-modal-body {
851
+ padding: 0 4px;
852
+ max-width: var(--max-modal-width, 1024px);
741
853
  width: 100%;
854
+ margin: auto;
742
855
  }
743
-
744
- .t38ugwl {
745
- color: #00122e;
856
+ .fq4465w.ant-modal.fullscreen .ant-modal-footer .footer-content {
857
+ padding: 0;
858
+ max-width: var(--max-modal-width, 1024px);
859
+ width: 100%;
860
+ margin: auto;
746
861
  }
747
862
 
748
- .d13nfex0 {
749
- color: rgba(44, 56, 82, 0.75);
750
- margin-top: 4px;
863
+ .s1nc293e.ant-modal.normal-modal .ant-modal-content {
864
+ width: 492px;
865
+ border-radius: 16px;
866
+ }
867
+ .s1nc293e.ant-modal.normal-modal .ant-modal-body {
868
+ padding: 32px 40px;
869
+ min-height: 160px;
870
+ overflow-x: hidden;
871
+ }
872
+ .s1nc293e.ant-modal.normal-modal .ant-modal-header {
873
+ border-radius: 16px 16px 0 0;
874
+ padding: 32px 40px;
875
+ padding-bottom: 0;
876
+ }
877
+ .s1nc293e.ant-modal.normal-modal .ant-modal-footer {
878
+ padding: 24px 40px;
879
+ }
880
+ .s1nc293e.ant-modal.normal-modal .ant-modal-close-x {
881
+ top: 35px;
882
+ right: 40px;
751
883
  }/* // basic */
752
884
  /* FishEye Color Variables and Functions */
753
885
  /*
@@ -795,9 +927,10 @@
795
927
  /* box shadow */
796
928
  /* fisheye */
797
929
  /* z-index */
798
- .w16agr8o.ant-space {
799
- width: 100%;
800
- display: flex;
930
+ .esoz3jw.ant-btn.ant-btn-link {
931
+ font-size: 13px;
932
+ height: 18px;
933
+ margin-left: 8px;
801
934
  }/* // basic */
802
935
  /* FishEye Color Variables and Functions */
803
936
  /*
@@ -845,8 +978,13 @@
845
978
  /* box shadow */
846
979
  /* fisheye */
847
980
  /* z-index */
848
- .i1u1f5zp {
849
- white-space: pre-line;
981
+ .b1vtjd4k.ant-btn.ant-btn-link {
982
+ display: block;
983
+ }
984
+
985
+ .luro4rx.ant-btn-link.ant-btn {
986
+ padding: 0;
987
+ height: 22px;
850
988
  }/* // basic */
851
989
  /* FishEye Color Variables and Functions */
852
990
  /*
@@ -894,8 +1032,24 @@
894
1032
  /* box shadow */
895
1033
  /* fisheye */
896
1034
  /* z-index */
897
- .lmmrm55 {
898
- padding: 0 !important;
1035
+ .t13a6vox {
1036
+ flex-wrap: wrap;
1037
+ max-width: 100%;
1038
+ gap: 8px 0px;
1039
+ margin-bottom: 4px;
1040
+ }
1041
+
1042
+ .t12ikbmp.ant-tag {
1043
+ overflow: hidden;
1044
+ text-overflow: ellipsis;
1045
+ color: #1D326C;
1046
+ }
1047
+ .t12ikbmp.ant-tag.outside-tag {
1048
+ border: 1px solid #A3B4CC;
1049
+ background-color: #E4E9F2;
1050
+ }
1051
+ .t12ikbmp.ant-tag .inside-tag {
1052
+ background-color: #CCD4E3;
899
1053
  }/* // basic */
900
1054
  /* FishEye Color Variables and Functions */
901
1055
  /*
@@ -943,8 +1097,11 @@
943
1097
  /* box shadow */
944
1098
  /* fisheye */
945
1099
  /* z-index */
946
- .l1vnw9x0 {
947
- padding: 0 !important;
1100
+ .t19ustft {
1101
+ display: inline-block;
1102
+ line-height: 18px;
1103
+ height: 18px;
1104
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
948
1105
  }/* // basic */
949
1106
  /* FishEye Color Variables and Functions */
950
1107
  /*
@@ -992,31 +1149,22 @@
992
1149
  /* box shadow */
993
1150
  /* fisheye */
994
1151
  /* z-index */
995
- .c8jy7dc {
996
- display: flex;
997
- padding: 8px 10px;
998
- flex-direction: row;
999
- align-items: flex-start;
1000
- gap: 8px;
1001
- align-self: stretch;
1002
- border-radius: 4px;
1003
- background: rgba(237, 241, 250, 0.6);
1152
+ .t1908hhn {
1153
+ padding: 12px 24px;
1004
1154
  }
1005
- .c8jy7dc:not(:last-of-type) {
1006
- margin-bottom: 8px;
1155
+
1156
+ .t1ym1gqo {
1157
+ justify-content: space-between;
1158
+ width: 100%;
1007
1159
  }
1008
1160
 
1009
- .k2sddxl {
1010
- color: rgba(44, 56, 82, 0.75);
1011
- width: calc(30% - 4px);
1012
- margin-right: 8px;
1013
- word-break: break-all;
1161
+ .t38ugwl {
1162
+ color: #00122e;
1014
1163
  }
1015
1164
 
1016
- .v16vicsr {
1017
- word-break: break-all;
1018
- white-space: pre-wrap;
1019
- width: calc(70% - 4px);
1165
+ .d13nfex0 {
1166
+ color: rgba(44, 56, 82, 0.75);
1167
+ margin-top: 4px;
1020
1168
  }/* // basic */
1021
1169
  /* FishEye Color Variables and Functions */
1022
1170
  /*
@@ -1064,28 +1212,9 @@
1064
1212
  /* box shadow */
1065
1213
  /* fisheye */
1066
1214
  /* z-index */
1067
- .w14056kz {
1068
- width: 100%;
1069
- }
1070
-
1071
- .hisq2gt {
1215
+ .w16agr8o.ant-space {
1072
1216
  width: 100%;
1073
1217
  display: flex;
1074
- align-items: center;
1075
- }
1076
- .hisq2gt.expanded {
1077
- margin-bottom: 8px;
1078
- }
1079
-
1080
- .h11urhaw {
1081
- margin-right: 8px;
1082
- line-height: 18px;
1083
- }
1084
-
1085
- .e1i58tpl.ant-btn.ant-btn-link {
1086
- height: 18px;
1087
- line-height: 18px;
1088
- font-size: 12px;
1089
1218
  }/* // basic */
1090
1219
  /* FishEye Color Variables and Functions */
1091
1220
  /*
@@ -1133,117 +1262,8 @@
1133
1262
  /* box shadow */
1134
1263
  /* fisheye */
1135
1264
  /* z-index */
1136
- .s9agep2 {
1137
- height: 100%;
1138
- display: flex;
1139
- flex-direction: column;
1140
- background: linear-gradient(180deg, #fff 0%, #edf0f7 100%);
1141
- }
1142
- .s9agep2 .ant-row {
1143
- margin-right: 0 !important;
1144
- }
1145
-
1146
- .bo89gfi {
1147
- color: rgba(0, 21, 64, 0.3);
1148
- line-height: 18px;
1149
- cursor: pointer;
1150
- display: inline-flex;
1151
- align-items: center;
1152
- align-self: flex-start;
1153
- }
1154
- .bo89gfi:hover {
1155
- color: #0080ff;
1156
- }
1157
-
1158
- .t1ohe42f {
1159
- display: flex;
1160
- flex-direction: column;
1161
- padding: 16px 24px 8px 24px;
1162
- background-color: #fff;
1163
- }
1164
-
1165
- .nqm4qz0 {
1166
- color: #00122e;
1167
- margin-right: 8px;
1168
- }
1169
-
1170
- .ticl0qc {
1171
- justify-content: space-between;
1172
- width: 100%;
1173
- }
1174
-
1175
- .so9uwk1 {
1176
- width: 100%;
1177
- }
1178
-
1179
- .ge26ou0 {
1180
- padding: 12px 16px;
1181
- padding-bottom: 4px;
1182
- border-radius: 8px;
1183
- border: 1px solid rgba(211, 218, 235, 0.6);
1184
- box-shadow: 0px 0px 2.003px 0px rgba(107, 125, 153, 0.15), 0px 0px 16px 0px rgba(107, 125, 153, 0.08);
1185
- background-color: #fff;
1186
- margin: 0 24px;
1187
- overflow: auto;
1188
- width: calc(100% - 48px);
1189
- max-width: 1592px;
1190
- margin-bottom: 24px;
1191
- }
1192
- .ge26ou0:first-of-type {
1193
- margin-top: 16px;
1194
- }
1195
- .ge26ou0 .pagination-wrapper {
1196
- padding-top: 12px;
1197
- padding-bottom: 0;
1198
- }
1199
-
1200
- .g17f8vl9 {
1201
- display: flex;
1202
- color: #1d326c;
1203
- margin-bottom: 10px;
1204
- justify-content: space-between;
1205
- align-items: center;
1206
- }
1207
-
1208
- .fykgn2i {
1209
- background-color: #fff;
1210
- height: 100%;
1211
- }
1212
-
1213
- .fngr745 {
1214
- display: flex;
1215
- flex-wrap: nowrap;
1216
- }
1217
-
1218
- .t11wg61l {
1219
- padding-bottom: 16px;
1220
- display: flex;
1221
- flex-direction: column;
1222
- align-items: center;
1223
- min-width: 904px;
1224
- }
1225
-
1226
- .v1x3rivf {
1227
- color: #00122e;
1228
- }
1229
-
1230
- .tf5s6s.ant-tabs {
1231
- flex: 1;
1232
- min-height: 0;
1233
- }
1234
- .tf5s6s.ant-tabs .ant-tabs-nav {
1235
- margin-bottom: 0;
1236
- margin-right: 24px;
1237
- }
1238
- .tf5s6s.ant-tabs .ant-tabs-nav-list {
1239
- margin-left: 24px;
1240
- }
1241
- .tf5s6s.ant-tabs .ant-tabs-content-holder {
1242
- overflow: auto;
1243
- }
1244
- .tf5s6s.ant-tabs .ant-tabs-content-holder .ant-tabs-content,
1245
- .tf5s6s.ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane-active {
1246
- height: 100%;
1265
+ .i1u1f5zp {
1266
+ white-space: pre-line;
1247
1267
  }/* // basic */
1248
1268
  /* FishEye Color Variables and Functions */
1249
1269
  /*
@@ -1291,12 +1311,8 @@
1291
1311
  /* box shadow */
1292
1312
  /* fisheye */
1293
1313
  /* z-index */
1294
- .b11tbgf7.ant-btn-quiet.ant-btn {
1295
- color: rgba(44, 56, 82, 0.75);
1296
- }
1297
-
1298
- .gtbyh5g {
1299
- padding-bottom: 12px;
1314
+ .lmmrm55 {
1315
+ padding: 0 !important;
1300
1316
  }/* // basic */
1301
1317
  /* FishEye Color Variables and Functions */
1302
1318
  /*
@@ -1344,47 +1360,8 @@
1344
1360
  /* box shadow */
1345
1361
  /* fisheye */
1346
1362
  /* z-index */
1347
- .p5jt6nm .ant-popover-inner {
1348
- border-radius: 8px;
1349
- }
1350
- .p5jt6nm .ant-popover-innerntent {
1351
- padding: 12px;
1352
- }
1353
- .p5jt6nm .ant-popover-content > .ant-popover-arrow {
1354
- display: none;
1355
- }
1356
- .p5jt6nm td.ant-table-cell {
1357
- vertical-align: middle;
1358
- }
1359
- .p5jt6nm .rule-list {
1360
- list-style: disc;
1361
- list-style-position: inside;
1362
- }
1363
- .p5jt6nm .ant-table {
1364
- font-size: 12px;
1365
- line-height: 18px;
1366
- }
1367
- .p5jt6nm .ant-table .ant-table-container {
1368
- border: none !important;
1369
- }
1370
- .p5jt6nm .ant-table .ant-table-thead {
1371
- font-weight: 700;
1372
- }
1373
- .p5jt6nm .ant-table .ant-table-thead > tr > th {
1374
- background: #fff;
1375
- }
1376
- .p5jt6nm .ant-table thead > tr > th:last-child,
1377
- .p5jt6nm .ant-table tbody > tr > td:last-child {
1378
- border-right: none !important;
1379
- }
1380
- .p5jt6nm .ant-table tbody > tr:last-child > td {
1381
- border-bottom: none;
1382
- }
1383
- .p5jt6nm .ant-table .ant-table-cell {
1384
- padding: 4px 8px !important;
1385
- }
1386
- .p5jt6nm .ant-table li {
1387
- text-indent: 8px;
1363
+ .l1vnw9x0 {
1364
+ padding: 0 !important;
1388
1365
  }/* // basic */
1389
1366
  /* FishEye Color Variables and Functions */
1390
1367
  /*
@@ -1432,12 +1409,31 @@
1432
1409
  /* box shadow */
1433
1410
  /* fisheye */
1434
1411
  /* z-index */
1435
- .clsjtk2 {
1436
- min-height: 24px !important;
1412
+ .c8jy7dc {
1413
+ display: flex;
1414
+ padding: 8px 10px;
1415
+ flex-direction: row;
1416
+ align-items: flex-start;
1417
+ gap: 8px;
1418
+ align-self: stretch;
1419
+ border-radius: 4px;
1420
+ background: rgba(237, 241, 250, 0.6);
1421
+ }
1422
+ .c8jy7dc:not(:last-of-type) {
1423
+ margin-bottom: 8px;
1437
1424
  }
1438
1425
 
1439
- .cq3mbby {
1440
- width: 100%;
1426
+ .k2sddxl {
1427
+ color: rgba(44, 56, 82, 0.75);
1428
+ width: calc(30% - 4px);
1429
+ margin-right: 8px;
1430
+ word-break: break-all;
1431
+ }
1432
+
1433
+ .v16vicsr {
1434
+ word-break: break-all;
1435
+ white-space: pre-wrap;
1436
+ width: calc(70% - 4px);
1441
1437
  }/* // basic */
1442
1438
  /* FishEye Color Variables and Functions */
1443
1439
  /*
@@ -1485,9 +1481,28 @@
1485
1481
  /* box shadow */
1486
1482
  /* fisheye */
1487
1483
  /* z-index */
1488
- .u19jcs7t {
1489
- list-style: disc;
1490
- padding-left: 2em;
1484
+ .w14056kz {
1485
+ width: 100%;
1486
+ }
1487
+
1488
+ .hisq2gt {
1489
+ width: 100%;
1490
+ display: flex;
1491
+ align-items: center;
1492
+ }
1493
+ .hisq2gt.expanded {
1494
+ margin-bottom: 8px;
1495
+ }
1496
+
1497
+ .h11urhaw {
1498
+ margin-right: 8px;
1499
+ line-height: 18px;
1500
+ }
1501
+
1502
+ .e1i58tpl.ant-btn.ant-btn-link {
1503
+ height: 18px;
1504
+ line-height: 18px;
1505
+ font-size: 12px;
1491
1506
  }/* // basic */
1492
1507
  /* FishEye Color Variables and Functions */
1493
1508
  /*
@@ -1535,36 +1550,145 @@
1535
1550
  /* box shadow */
1536
1551
  /* fisheye */
1537
1552
  /* z-index */
1538
- .evoxbc1 {
1539
- border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
1540
- }/* // basic */
1541
- /* FishEye Color Variables and Functions */
1542
- /*
1543
- --------------------------- Primary Color ---------------------------
1544
- */
1545
- /*
1546
- ---------------------------When necessary to add at any time---------------------------
1547
- */
1548
- /* computed */
1549
- /* blue */
1550
- /* green */
1551
- /* yellow */
1552
- /* red */
1553
- /* purple */
1554
- /* palette global token*/
1555
- /* color opaque */
1556
- /* color transparent */
1557
- /* blue transparent */
1558
- /* green transparent */
1559
- /* yellow transparent */
1560
- /* red transparent */
1561
- /* gray transparent */
1562
- /* white transparent */
1563
- /* gradient opaque */
1564
- /* blue radial gradient */
1565
- /* blue linear gradient */
1566
- /* green radial gradient */
1567
- /* yellow radial gradient */
1553
+ .s9agep2 {
1554
+ height: 100%;
1555
+ display: flex;
1556
+ flex-direction: column;
1557
+ background: linear-gradient(180deg, #fff 0%, #edf0f7 100%);
1558
+ }
1559
+ .s9agep2 .ant-row {
1560
+ margin-right: 0 !important;
1561
+ }
1562
+
1563
+ .bo89gfi {
1564
+ color: rgba(0, 21, 64, 0.3);
1565
+ line-height: 18px;
1566
+ cursor: pointer;
1567
+ display: inline-flex;
1568
+ align-items: center;
1569
+ align-self: flex-start;
1570
+ }
1571
+ .bo89gfi:hover {
1572
+ color: #0080ff;
1573
+ }
1574
+
1575
+ .t1ohe42f {
1576
+ display: flex;
1577
+ flex-direction: column;
1578
+ padding: 16px 24px 8px 24px;
1579
+ background-color: #fff;
1580
+ }
1581
+
1582
+ .nqm4qz0 {
1583
+ color: #00122e;
1584
+ margin-right: 8px;
1585
+ }
1586
+
1587
+ .ticl0qc {
1588
+ justify-content: space-between;
1589
+ width: 100%;
1590
+ }
1591
+
1592
+ .so9uwk1 {
1593
+ width: 100%;
1594
+ }
1595
+
1596
+ .ge26ou0 {
1597
+ padding: 12px 16px;
1598
+ padding-bottom: 4px;
1599
+ border-radius: 8px;
1600
+ border: 1px solid rgba(211, 218, 235, 0.6);
1601
+ box-shadow: 0px 0px 2.003px 0px rgba(107, 125, 153, 0.15), 0px 0px 16px 0px rgba(107, 125, 153, 0.08);
1602
+ background-color: #fff;
1603
+ margin: 0 24px;
1604
+ overflow: auto;
1605
+ width: calc(100% - 48px);
1606
+ max-width: 1592px;
1607
+ margin-bottom: 24px;
1608
+ }
1609
+ .ge26ou0:first-of-type {
1610
+ margin-top: 16px;
1611
+ }
1612
+ .ge26ou0 .pagination-wrapper {
1613
+ padding-top: 12px;
1614
+ padding-bottom: 0;
1615
+ }
1616
+
1617
+ .g17f8vl9 {
1618
+ display: flex;
1619
+ color: #1d326c;
1620
+ margin-bottom: 10px;
1621
+ justify-content: space-between;
1622
+ align-items: center;
1623
+ }
1624
+
1625
+ .fykgn2i {
1626
+ background-color: #fff;
1627
+ height: 100%;
1628
+ }
1629
+
1630
+ .fngr745 {
1631
+ display: flex;
1632
+ flex-wrap: nowrap;
1633
+ }
1634
+
1635
+ .t11wg61l {
1636
+ padding-bottom: 16px;
1637
+ display: flex;
1638
+ flex-direction: column;
1639
+ align-items: center;
1640
+ min-width: 904px;
1641
+ }
1642
+
1643
+ .v1x3rivf {
1644
+ color: #00122e;
1645
+ }
1646
+
1647
+ .tf5s6s.ant-tabs {
1648
+ flex: 1;
1649
+ min-height: 0;
1650
+ }
1651
+ .tf5s6s.ant-tabs .ant-tabs-nav {
1652
+ margin-bottom: 0;
1653
+ margin-right: 24px;
1654
+ }
1655
+ .tf5s6s.ant-tabs .ant-tabs-nav-list {
1656
+ margin-left: 24px;
1657
+ }
1658
+ .tf5s6s.ant-tabs .ant-tabs-content-holder {
1659
+ overflow: auto;
1660
+ }
1661
+ .tf5s6s.ant-tabs .ant-tabs-content-holder .ant-tabs-content,
1662
+ .tf5s6s.ant-tabs .ant-tabs-content-holder .ant-tabs-tabpane-active {
1663
+ height: 100%;
1664
+ }/* // basic */
1665
+ /* FishEye Color Variables and Functions */
1666
+ /*
1667
+ --------------------------- Primary Color ---------------------------
1668
+ */
1669
+ /*
1670
+ ---------------------------When necessary to add at any time---------------------------
1671
+ */
1672
+ /* computed */
1673
+ /* blue */
1674
+ /* green */
1675
+ /* yellow */
1676
+ /* red */
1677
+ /* purple */
1678
+ /* palette global token*/
1679
+ /* color opaque */
1680
+ /* color transparent */
1681
+ /* blue transparent */
1682
+ /* green transparent */
1683
+ /* yellow transparent */
1684
+ /* red transparent */
1685
+ /* gray transparent */
1686
+ /* white transparent */
1687
+ /* gradient opaque */
1688
+ /* blue radial gradient */
1689
+ /* blue linear gradient */
1690
+ /* green radial gradient */
1691
+ /* yellow radial gradient */
1568
1692
  /* red radial gradient */
1569
1693
  /* gray radial gradient */
1570
1694
  /* white to gray radial gradient */
@@ -1584,9 +1708,12 @@
1584
1708
  /* box shadow */
1585
1709
  /* fisheye */
1586
1710
  /* z-index */
1587
- .c1dicff8 {
1588
- width: 100%;
1589
- vertical-align: top;
1711
+ .b11tbgf7.ant-btn-quiet.ant-btn {
1712
+ color: rgba(44, 56, 82, 0.75);
1713
+ }
1714
+
1715
+ .gtbyh5g {
1716
+ padding-bottom: 12px;
1590
1717
  }/* // basic */
1591
1718
  /* FishEye Color Variables and Functions */
1592
1719
  /*
@@ -1634,102 +1761,392 @@
1634
1761
  /* box shadow */
1635
1762
  /* fisheye */
1636
1763
  /* z-index */
1637
- .w8ychfk {
1764
+ .p5jt6nm .ant-popover-inner {
1638
1765
  border-radius: 8px;
1639
- border: 1px solid rgba(211, 218, 235, 0.6);
1640
- padding: 16px;
1641
- display: inline-flex;
1642
1766
  }
1643
-
1644
- .d1o004do {
1645
- width: 70px;
1646
- height: 70px;
1647
- margin-right: 16px;
1767
+ .p5jt6nm .ant-popover-innerntent {
1768
+ padding: 12px;
1648
1769
  }
1649
-
1650
- .dfo80qq {
1651
- width: 100%;
1770
+ .p5jt6nm .ant-popover-content > .ant-popover-arrow {
1771
+ display: none;
1652
1772
  }
1653
-
1654
- .d1i11os3 {
1655
- position: absolute;
1656
- left: 35px;
1657
- top: 35px;
1658
- transform: translate(-50%, -50%);
1773
+ .p5jt6nm td.ant-table-cell {
1774
+ vertical-align: middle;
1659
1775
  }
1660
-
1661
- .r1bm8olw {
1662
- color: #00122E;
1776
+ .p5jt6nm .rule-list {
1777
+ list-style: disc;
1778
+ list-style-position: inside;
1663
1779
  }
1664
-
1665
- .r1oqudbh {
1666
- color: rgba(44, 56, 82, 0.6);
1780
+ .p5jt6nm .ant-table {
1781
+ font-size: 12px;
1782
+ line-height: 18px;
1667
1783
  }
1668
-
1669
- .c18i6jtg {
1670
- display: table;
1671
- margin: auto 0;
1672
- position: relative;
1784
+ .p5jt6nm .ant-table .ant-table-container {
1785
+ border: none !important;
1673
1786
  }
1674
-
1675
- .lpm22il {
1676
- padding-right: 40px;
1677
- color: rgba(44, 56, 82, 0.75);
1787
+ .p5jt6nm .ant-table .ant-table-thead {
1788
+ font-weight: 700;
1678
1789
  }
1679
-
1680
- .v1ixr1me {
1681
- color: #00122E;
1682
- }.pf-v5-t-light {
1683
- --pf-v5-global--Color--100: var(--pf-v5-global--Color--dark-100);
1684
- --pf-v5-global--Color--200: var(--pf-v5-global--Color--dark-200);
1685
- --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--dark-100);
1686
- --pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--dark-100);
1687
- --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
1688
- --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
1689
- --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
1690
- --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
1691
- --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
1790
+ .p5jt6nm .ant-table .ant-table-thead > tr > th {
1791
+ background: #fff;
1692
1792
  }
1693
-
1694
- .pf-v5-t-dark {
1695
- --pf-v5-global--Color--100: var(--pf-v5-global--Color--light-100);
1696
- --pf-v5-global--Color--200: var(--pf-v5-global--Color--light-200);
1697
- --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--light-100);
1698
- --pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--light-100);
1699
- --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
1700
- --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
1701
- --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
1702
- --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
1703
- --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
1793
+ .p5jt6nm .ant-table thead > tr > th:last-child,
1794
+ .p5jt6nm .ant-table tbody > tr > td:last-child {
1795
+ border-right: none !important;
1704
1796
  }
1705
-
1706
- .pf-v5-t-dark .pf-v5-c-button {
1707
- --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
1797
+ .p5jt6nm .ant-table tbody > tr:last-child > td {
1798
+ border-bottom: none;
1708
1799
  }
1709
-
1710
- :where(:root) {
1711
- --pf-v5-global--palette--black-100: #fafafa;
1712
- --pf-v5-global--palette--black-150: #f5f5f5;
1713
- --pf-v5-global--palette--black-200: #f0f0f0;
1714
- --pf-v5-global--palette--black-300: #d2d2d2;
1715
- --pf-v5-global--palette--black-400: #b8bbbe;
1716
- --pf-v5-global--palette--black-500: #8a8d90;
1717
- --pf-v5-global--palette--black-600: #6a6e73;
1718
- --pf-v5-global--palette--black-700: #4f5255;
1719
- --pf-v5-global--palette--black-800: #3c3f42;
1720
- --pf-v5-global--palette--black-850: #212427;
1721
- --pf-v5-global--palette--black-900: #151515;
1722
- --pf-v5-global--palette--black-1000: #030303;
1723
- --pf-v5-global--palette--blue-50: #e7f1fa;
1724
- --pf-v5-global--palette--blue-100: #bee1f4;
1725
- --pf-v5-global--palette--blue-200: #73bcf7;
1726
- --pf-v5-global--palette--blue-300: #2b9af3;
1727
- --pf-v5-global--palette--blue-400: #06c;
1728
- --pf-v5-global--palette--blue-500: #004080;
1729
- --pf-v5-global--palette--blue-600: #002952;
1730
- --pf-v5-global--palette--blue-700: #001223;
1731
- --pf-v5-global--palette--cyan-50: #f2f9f9;
1732
- --pf-v5-global--palette--cyan-100: #a2d9d9;
1800
+ .p5jt6nm .ant-table .ant-table-cell {
1801
+ padding: 4px 8px !important;
1802
+ }
1803
+ .p5jt6nm .ant-table li {
1804
+ text-indent: 8px;
1805
+ }/* // basic */
1806
+ /* FishEye Color Variables and Functions */
1807
+ /*
1808
+ --------------------------- Primary Color ---------------------------
1809
+ */
1810
+ /*
1811
+ ---------------------------When necessary to add at any time---------------------------
1812
+ */
1813
+ /* computed */
1814
+ /* blue */
1815
+ /* green */
1816
+ /* yellow */
1817
+ /* red */
1818
+ /* purple */
1819
+ /* palette global token*/
1820
+ /* color opaque */
1821
+ /* color transparent */
1822
+ /* blue transparent */
1823
+ /* green transparent */
1824
+ /* yellow transparent */
1825
+ /* red transparent */
1826
+ /* gray transparent */
1827
+ /* white transparent */
1828
+ /* gradient opaque */
1829
+ /* blue radial gradient */
1830
+ /* blue linear gradient */
1831
+ /* green radial gradient */
1832
+ /* yellow radial gradient */
1833
+ /* red radial gradient */
1834
+ /* gray radial gradient */
1835
+ /* white to gray radial gradient */
1836
+ /* white to gray linear gradient */
1837
+ /* gradient transparent */
1838
+ /* secondary palette */
1839
+ /* purple radial gradient */
1840
+ /* refine alias color */
1841
+ /* text */
1842
+ /* link */
1843
+ /* fill */
1844
+ /* fill element */
1845
+ /* fill interaction */
1846
+ /* stroke */
1847
+ /* background */
1848
+ /* dim */
1849
+ /* box shadow */
1850
+ /* fisheye */
1851
+ /* z-index */
1852
+ .clsjtk2 {
1853
+ min-height: 24px !important;
1854
+ }
1855
+
1856
+ .cq3mbby {
1857
+ width: 100%;
1858
+ }/* // basic */
1859
+ /* FishEye Color Variables and Functions */
1860
+ /*
1861
+ --------------------------- Primary Color ---------------------------
1862
+ */
1863
+ /*
1864
+ ---------------------------When necessary to add at any time---------------------------
1865
+ */
1866
+ /* computed */
1867
+ /* blue */
1868
+ /* green */
1869
+ /* yellow */
1870
+ /* red */
1871
+ /* purple */
1872
+ /* palette global token*/
1873
+ /* color opaque */
1874
+ /* color transparent */
1875
+ /* blue transparent */
1876
+ /* green transparent */
1877
+ /* yellow transparent */
1878
+ /* red transparent */
1879
+ /* gray transparent */
1880
+ /* white transparent */
1881
+ /* gradient opaque */
1882
+ /* blue radial gradient */
1883
+ /* blue linear gradient */
1884
+ /* green radial gradient */
1885
+ /* yellow radial gradient */
1886
+ /* red radial gradient */
1887
+ /* gray radial gradient */
1888
+ /* white to gray radial gradient */
1889
+ /* white to gray linear gradient */
1890
+ /* gradient transparent */
1891
+ /* secondary palette */
1892
+ /* purple radial gradient */
1893
+ /* refine alias color */
1894
+ /* text */
1895
+ /* link */
1896
+ /* fill */
1897
+ /* fill element */
1898
+ /* fill interaction */
1899
+ /* stroke */
1900
+ /* background */
1901
+ /* dim */
1902
+ /* box shadow */
1903
+ /* fisheye */
1904
+ /* z-index */
1905
+ .u19jcs7t {
1906
+ list-style: disc;
1907
+ padding-left: 2em;
1908
+ }/* // basic */
1909
+ /* FishEye Color Variables and Functions */
1910
+ /*
1911
+ --------------------------- Primary Color ---------------------------
1912
+ */
1913
+ /*
1914
+ ---------------------------When necessary to add at any time---------------------------
1915
+ */
1916
+ /* computed */
1917
+ /* blue */
1918
+ /* green */
1919
+ /* yellow */
1920
+ /* red */
1921
+ /* purple */
1922
+ /* palette global token*/
1923
+ /* color opaque */
1924
+ /* color transparent */
1925
+ /* blue transparent */
1926
+ /* green transparent */
1927
+ /* yellow transparent */
1928
+ /* red transparent */
1929
+ /* gray transparent */
1930
+ /* white transparent */
1931
+ /* gradient opaque */
1932
+ /* blue radial gradient */
1933
+ /* blue linear gradient */
1934
+ /* green radial gradient */
1935
+ /* yellow radial gradient */
1936
+ /* red radial gradient */
1937
+ /* gray radial gradient */
1938
+ /* white to gray radial gradient */
1939
+ /* white to gray linear gradient */
1940
+ /* gradient transparent */
1941
+ /* secondary palette */
1942
+ /* purple radial gradient */
1943
+ /* refine alias color */
1944
+ /* text */
1945
+ /* link */
1946
+ /* fill */
1947
+ /* fill element */
1948
+ /* fill interaction */
1949
+ /* stroke */
1950
+ /* background */
1951
+ /* dim */
1952
+ /* box shadow */
1953
+ /* fisheye */
1954
+ /* z-index */
1955
+ .evoxbc1 {
1956
+ border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
1957
+ }/* // basic */
1958
+ /* FishEye Color Variables and Functions */
1959
+ /*
1960
+ --------------------------- Primary Color ---------------------------
1961
+ */
1962
+ /*
1963
+ ---------------------------When necessary to add at any time---------------------------
1964
+ */
1965
+ /* computed */
1966
+ /* blue */
1967
+ /* green */
1968
+ /* yellow */
1969
+ /* red */
1970
+ /* purple */
1971
+ /* palette global token*/
1972
+ /* color opaque */
1973
+ /* color transparent */
1974
+ /* blue transparent */
1975
+ /* green transparent */
1976
+ /* yellow transparent */
1977
+ /* red transparent */
1978
+ /* gray transparent */
1979
+ /* white transparent */
1980
+ /* gradient opaque */
1981
+ /* blue radial gradient */
1982
+ /* blue linear gradient */
1983
+ /* green radial gradient */
1984
+ /* yellow radial gradient */
1985
+ /* red radial gradient */
1986
+ /* gray radial gradient */
1987
+ /* white to gray radial gradient */
1988
+ /* white to gray linear gradient */
1989
+ /* gradient transparent */
1990
+ /* secondary palette */
1991
+ /* purple radial gradient */
1992
+ /* refine alias color */
1993
+ /* text */
1994
+ /* link */
1995
+ /* fill */
1996
+ /* fill element */
1997
+ /* fill interaction */
1998
+ /* stroke */
1999
+ /* background */
2000
+ /* dim */
2001
+ /* box shadow */
2002
+ /* fisheye */
2003
+ /* z-index */
2004
+ .c1dicff8 {
2005
+ width: 100%;
2006
+ vertical-align: top;
2007
+ }/* // basic */
2008
+ /* FishEye Color Variables and Functions */
2009
+ /*
2010
+ --------------------------- Primary Color ---------------------------
2011
+ */
2012
+ /*
2013
+ ---------------------------When necessary to add at any time---------------------------
2014
+ */
2015
+ /* computed */
2016
+ /* blue */
2017
+ /* green */
2018
+ /* yellow */
2019
+ /* red */
2020
+ /* purple */
2021
+ /* palette global token*/
2022
+ /* color opaque */
2023
+ /* color transparent */
2024
+ /* blue transparent */
2025
+ /* green transparent */
2026
+ /* yellow transparent */
2027
+ /* red transparent */
2028
+ /* gray transparent */
2029
+ /* white transparent */
2030
+ /* gradient opaque */
2031
+ /* blue radial gradient */
2032
+ /* blue linear gradient */
2033
+ /* green radial gradient */
2034
+ /* yellow radial gradient */
2035
+ /* red radial gradient */
2036
+ /* gray radial gradient */
2037
+ /* white to gray radial gradient */
2038
+ /* white to gray linear gradient */
2039
+ /* gradient transparent */
2040
+ /* secondary palette */
2041
+ /* purple radial gradient */
2042
+ /* refine alias color */
2043
+ /* text */
2044
+ /* link */
2045
+ /* fill */
2046
+ /* fill element */
2047
+ /* fill interaction */
2048
+ /* stroke */
2049
+ /* background */
2050
+ /* dim */
2051
+ /* box shadow */
2052
+ /* fisheye */
2053
+ /* z-index */
2054
+ .w8ychfk {
2055
+ border-radius: 8px;
2056
+ border: 1px solid rgba(211, 218, 235, 0.6);
2057
+ padding: 16px;
2058
+ display: inline-flex;
2059
+ }
2060
+
2061
+ .d1o004do {
2062
+ width: 70px;
2063
+ height: 70px;
2064
+ margin-right: 16px;
2065
+ }
2066
+
2067
+ .dfo80qq {
2068
+ width: 100%;
2069
+ }
2070
+
2071
+ .d1i11os3 {
2072
+ position: absolute;
2073
+ left: 35px;
2074
+ top: 35px;
2075
+ transform: translate(-50%, -50%);
2076
+ }
2077
+
2078
+ .r1bm8olw {
2079
+ color: #00122E;
2080
+ }
2081
+
2082
+ .r1oqudbh {
2083
+ color: rgba(44, 56, 82, 0.6);
2084
+ }
2085
+
2086
+ .c18i6jtg {
2087
+ display: table;
2088
+ margin: auto 0;
2089
+ position: relative;
2090
+ }
2091
+
2092
+ .lpm22il {
2093
+ padding-right: 40px;
2094
+ color: rgba(44, 56, 82, 0.75);
2095
+ }
2096
+
2097
+ .v1ixr1me {
2098
+ color: #00122E;
2099
+ }.pf-v5-t-light {
2100
+ --pf-v5-global--Color--100: var(--pf-v5-global--Color--dark-100);
2101
+ --pf-v5-global--Color--200: var(--pf-v5-global--Color--dark-200);
2102
+ --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--dark-100);
2103
+ --pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--dark-100);
2104
+ --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--dark);
2105
+ --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--dark--hover);
2106
+ --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--light-100);
2107
+ --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--dark);
2108
+ --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
2109
+ }
2110
+
2111
+ .pf-v5-t-dark {
2112
+ --pf-v5-global--Color--100: var(--pf-v5-global--Color--light-100);
2113
+ --pf-v5-global--Color--200: var(--pf-v5-global--Color--light-200);
2114
+ --pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--light-100);
2115
+ --pf-v5-global--primary-color--100: var(--pf-v5-global--primary-color--light-100);
2116
+ --pf-v5-global--link--Color: var(--pf-v5-global--link--Color--light);
2117
+ --pf-v5-global--link--Color--hover: var(--pf-v5-global--link--Color--light);
2118
+ --pf-v5-global--BackgroundColor--100: var(--pf-v5-global--BackgroundColor--dark-100);
2119
+ --pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
2120
+ --pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
2121
+ }
2122
+
2123
+ .pf-v5-t-dark .pf-v5-c-button {
2124
+ --pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
2125
+ }
2126
+
2127
+ :where(:root) {
2128
+ --pf-v5-global--palette--black-100: #fafafa;
2129
+ --pf-v5-global--palette--black-150: #f5f5f5;
2130
+ --pf-v5-global--palette--black-200: #f0f0f0;
2131
+ --pf-v5-global--palette--black-300: #d2d2d2;
2132
+ --pf-v5-global--palette--black-400: #b8bbbe;
2133
+ --pf-v5-global--palette--black-500: #8a8d90;
2134
+ --pf-v5-global--palette--black-600: #6a6e73;
2135
+ --pf-v5-global--palette--black-700: #4f5255;
2136
+ --pf-v5-global--palette--black-800: #3c3f42;
2137
+ --pf-v5-global--palette--black-850: #212427;
2138
+ --pf-v5-global--palette--black-900: #151515;
2139
+ --pf-v5-global--palette--black-1000: #030303;
2140
+ --pf-v5-global--palette--blue-50: #e7f1fa;
2141
+ --pf-v5-global--palette--blue-100: #bee1f4;
2142
+ --pf-v5-global--palette--blue-200: #73bcf7;
2143
+ --pf-v5-global--palette--blue-300: #2b9af3;
2144
+ --pf-v5-global--palette--blue-400: #06c;
2145
+ --pf-v5-global--palette--blue-500: #004080;
2146
+ --pf-v5-global--palette--blue-600: #002952;
2147
+ --pf-v5-global--palette--blue-700: #001223;
2148
+ --pf-v5-global--palette--cyan-50: #f2f9f9;
2149
+ --pf-v5-global--palette--cyan-100: #a2d9d9;
1733
2150
  --pf-v5-global--palette--cyan-200: #73c5c5;
1734
2151
  --pf-v5-global--palette--cyan-300: #009596;
1735
2152
  --pf-v5-global--palette--cyan-400: #005f60;
@@ -2619,783 +3036,306 @@
2619
3036
  }
2620
3037
 
2621
3038
  .pf-v5-pficon-multicluster:before {
2622
- content: "\e97c";
2623
- }
2624
-
2625
- .pf-v5-pficon-namespaces:before {
2626
- content: "\e95b";
2627
- }
2628
-
2629
- .pf-v5-pficon-network:before {
2630
- content: "\e909";
2631
- }
2632
-
2633
- .pf-v5-pficon-new-process:before {
2634
- content: "\e95c";
2635
- }
2636
-
2637
- .pf-v5-pficon-not-started:before {
2638
- content: "\e95d";
2639
- }
2640
-
2641
- .pf-v5-pficon-off:before {
2642
- content: "\e92d";
2643
- }
2644
-
2645
- .pf-v5-pficon-ok:before {
2646
- content: "\e602";
2647
- }
2648
-
2649
- .pf-v5-pficon-on-running:before {
2650
- content: "\e925";
2651
- }
2652
-
2653
- .pf-v5-pficon-on:before {
2654
- content: "\e92c";
2655
- }
2656
-
2657
- .pf-v5-pficon-open-drawer-right:before {
2658
- content: "\e977";
2659
- }
2660
-
2661
- .pf-v5-pficon-openshift:before {
2662
- content: "\e95e";
2663
- }
2664
-
2665
- .pf-v5-pficon-openstack:before {
2666
- content: "\e95f";
2667
- }
2668
-
2669
- .pf-v5-pficon-optimize:before {
2670
- content: "\e93e";
2671
- }
2672
-
2673
- .pf-v5-pficon-orders:before {
2674
- content: "\e93f";
2675
- }
2676
-
2677
- .pf-v5-pficon-os-image:before {
2678
- content: "\e960";
2679
- }
2680
-
2681
- .pf-v5-pficon-package:before {
2682
- content: "\e961";
2683
- }
2684
-
2685
- .pf-v5-pficon-panel-close:before {
2686
- content: "\e962";
2687
- }
2688
-
2689
- .pf-v5-pficon-panel-open:before {
2690
- content: "\e963";
2691
- }
2692
-
2693
- .pf-v5-pficon-paused:before {
2694
- content: "\e92f";
2695
- }
2696
-
2697
- .pf-v5-pficon-pending:before {
2698
- content: "\e964";
2699
- }
2700
-
2701
- .pf-v5-pficon-pficon-dragdrop:before {
2702
- content: "\e965";
2703
- }
2704
-
2705
- .pf-v5-pficon-pficon-history:before {
2706
- content: "\e966";
2707
- }
2708
-
2709
- .pf-v5-pficon-pficon-network-range:before {
2710
- content: "\e967";
2711
- }
2712
-
2713
- .pf-v5-pficon-pficon-satellite:before {
2714
- content: "\e968";
2715
- }
2716
-
2717
- .pf-v5-pficon-pficon-sort-common-asc:before {
2718
- content: "\e94e";
2719
- }
2720
-
2721
- .pf-v5-pficon-pficon-sort-common-desc:before {
2722
- content: "\e94f";
2723
- }
2724
-
2725
- .pf-v5-pficon-pficon-template:before {
2726
- content: "\e94c";
2727
- }
2728
-
2729
- .pf-v5-pficon-pficon-vcenter:before {
2730
- content: "\e969";
2731
- }
2732
-
2733
- .pf-v5-pficon-plugged:before {
2734
- content: "\e96a";
2735
- }
2736
-
2737
- .pf-v5-pficon-port:before {
2738
- content: "\e96b";
2739
- }
2740
-
2741
- .pf-v5-pficon-print:before {
2742
- content: "\e612";
2743
- }
2744
-
2745
- .pf-v5-pficon-private:before {
2746
- content: "\e914";
2747
- }
2748
-
2749
- .pf-v5-pficon-process-automation:before {
2750
- content: "\e949";
2751
- }
2752
-
2753
- .pf-v5-pficon-project:before {
2754
- content: "\e96c";
2755
- }
2756
-
2757
- .pf-v5-pficon-rebalance:before {
2758
- content: "\e91c";
2759
- }
2760
-
2761
- .pf-v5-pficon-rebooting:before {
2762
- content: "\e96d";
2763
- }
2764
-
2765
- .pf-v5-pficon-regions:before {
2766
- content: "\e90a";
2767
- }
2768
-
2769
- .pf-v5-pficon-registry:before {
2770
- content: "\e623";
2771
- }
2772
-
2773
- .pf-v5-pficon-remove2:before {
2774
- content: "\e96e";
2775
- }
2776
-
2777
- .pf-v5-pficon-replicator:before {
2778
- content: "\e624";
2779
- }
2780
-
2781
- .pf-v5-pficon-repository:before {
2782
- content: "\e90b";
2783
- }
2784
-
2785
- .pf-v5-pficon-resource-pool:before {
2786
- content: "\e90c";
2787
- }
2788
-
2789
- .pf-v5-pficon-resources-almost-empty:before {
2790
- content: "\e91d";
3039
+ content: "\e97c";
2791
3040
  }
2792
3041
 
2793
- .pf-v5-pficon-resources-almost-full:before {
2794
- content: "\e912";
3042
+ .pf-v5-pficon-namespaces:before {
3043
+ content: "\e95b";
2795
3044
  }
2796
3045
 
2797
- .pf-v5-pficon-resources-empty:before {
2798
- content: "\e96f";
3046
+ .pf-v5-pficon-network:before {
3047
+ content: "\e909";
2799
3048
  }
2800
3049
 
2801
- .pf-v5-pficon-resources-full:before {
2802
- content: "\e913";
3050
+ .pf-v5-pficon-new-process:before {
3051
+ content: "\e95c";
2803
3052
  }
2804
3053
 
2805
- .pf-v5-pficon-running:before {
2806
- content: "\e970";
3054
+ .pf-v5-pficon-not-started:before {
3055
+ content: "\e95d";
2807
3056
  }
2808
3057
 
2809
- .pf-v5-pficon-save:before {
2810
- content: "\e601";
3058
+ .pf-v5-pficon-off:before {
3059
+ content: "\e92d";
2811
3060
  }
2812
3061
 
2813
- .pf-v5-pficon-screen:before {
2814
- content: "\e971";
3062
+ .pf-v5-pficon-ok:before {
3063
+ content: "\e602";
2815
3064
  }
2816
3065
 
2817
- .pf-v5-pficon-security:before {
2818
- content: "\e946";
3066
+ .pf-v5-pficon-on-running:before {
3067
+ content: "\e925";
2819
3068
  }
2820
3069
 
2821
- .pf-v5-pficon-server-group:before {
2822
- content: "\e91a";
3070
+ .pf-v5-pficon-on:before {
3071
+ content: "\e92c";
2823
3072
  }
2824
3073
 
2825
- .pf-v5-pficon-server:before {
2826
- content: "\e90d";
3074
+ .pf-v5-pficon-open-drawer-right:before {
3075
+ content: "\e977";
2827
3076
  }
2828
3077
 
2829
- .pf-v5-pficon-service-catalog:before {
2830
- content: "\e972";
3078
+ .pf-v5-pficon-openshift:before {
3079
+ content: "\e95e";
2831
3080
  }
2832
3081
 
2833
- .pf-v5-pficon-service:before {
2834
- content: "\e61e";
3082
+ .pf-v5-pficon-openstack:before {
3083
+ content: "\e95f";
2835
3084
  }
2836
3085
 
2837
- .pf-v5-pficon-services:before {
2838
- content: "\e947";
3086
+ .pf-v5-pficon-optimize:before {
3087
+ content: "\e93e";
2839
3088
  }
2840
3089
 
2841
- .pf-v5-pficon-spinner:before {
2842
- content: "\e973";
3090
+ .pf-v5-pficon-orders:before {
3091
+ content: "\e93f";
2843
3092
  }
2844
3093
 
2845
- .pf-v5-pficon-spinner2:before {
2846
- content: "\e613";
3094
+ .pf-v5-pficon-os-image:before {
3095
+ content: "\e960";
2847
3096
  }
2848
3097
 
2849
- .pf-v5-pficon-storage-domain:before {
2850
- content: "\e90e";
3098
+ .pf-v5-pficon-package:before {
3099
+ content: "\e961";
2851
3100
  }
2852
3101
 
2853
- .pf-v5-pficon-task:before {
2854
- content: "\e974";
3102
+ .pf-v5-pficon-panel-close:before {
3103
+ content: "\e962";
2855
3104
  }
2856
3105
 
2857
- .pf-v5-pficon-tenant:before {
2858
- content: "\e916";
3106
+ .pf-v5-pficon-panel-open:before {
3107
+ content: "\e963";
2859
3108
  }
2860
3109
 
2861
- .pf-v5-pficon-thumb-tack:before {
2862
- content: "\e920";
3110
+ .pf-v5-pficon-paused:before {
3111
+ content: "\e92f";
2863
3112
  }
2864
3113
 
2865
- .pf-v5-pficon-topology:before {
2866
- content: "\e608";
3114
+ .pf-v5-pficon-pending:before {
3115
+ content: "\e964";
2867
3116
  }
2868
3117
 
2869
- .pf-v5-pficon-treeview:before {
2870
- content: "\e97d";
3118
+ .pf-v5-pficon-pficon-dragdrop:before {
3119
+ content: "\e965";
2871
3120
  }
2872
3121
 
2873
- .pf-v5-pficon-trend-down:before {
2874
- content: "\e900";
3122
+ .pf-v5-pficon-pficon-history:before {
3123
+ content: "\e966";
2875
3124
  }
2876
3125
 
2877
- .pf-v5-pficon-trend-up:before {
2878
- content: "\e901";
3126
+ .pf-v5-pficon-pficon-network-range:before {
3127
+ content: "\e967";
2879
3128
  }
2880
3129
 
2881
- .pf-v5-pficon-unknown:before {
2882
- content: "\e935";
3130
+ .pf-v5-pficon-pficon-satellite:before {
3131
+ content: "\e968";
2883
3132
  }
2884
3133
 
2885
- .pf-v5-pficon-unlocked:before {
2886
- content: "\e922";
3134
+ .pf-v5-pficon-pficon-sort-common-asc:before {
3135
+ content: "\e94e";
2887
3136
  }
2888
3137
 
2889
- .pf-v5-pficon-unplugged:before {
2890
- content: "\e942";
3138
+ .pf-v5-pficon-pficon-sort-common-desc:before {
3139
+ content: "\e94f";
2891
3140
  }
2892
3141
 
2893
- .pf-v5-pficon-user:before {
2894
- content: "\e91e";
3142
+ .pf-v5-pficon-pficon-template:before {
3143
+ content: "\e94c";
2895
3144
  }
2896
3145
 
2897
- .pf-v5-pficon-users:before {
2898
- content: "\e91f";
3146
+ .pf-v5-pficon-pficon-vcenter:before {
3147
+ content: "\e969";
2899
3148
  }
2900
3149
 
2901
- .pf-v5-pficon-virtual-machine:before {
2902
- content: "\e90f";
3150
+ .pf-v5-pficon-plugged:before {
3151
+ content: "\e96a";
2903
3152
  }
2904
3153
 
2905
- .pf-v5-pficon-volume:before {
2906
- content: "\e910";
3154
+ .pf-v5-pficon-port:before {
3155
+ content: "\e96b";
2907
3156
  }
2908
3157
 
2909
- .pf-v5-pficon-warning-triangle:before {
2910
- content: "\e975";
3158
+ .pf-v5-pficon-print:before {
3159
+ content: "\e612";
2911
3160
  }
2912
3161
 
2913
- .pf-v5-pficon-zone:before {
2914
- content: "\e911";
3162
+ .pf-v5-pficon-private:before {
3163
+ content: "\e914";
2915
3164
  }
2916
3165
 
2917
- .pf-v5-svg {
2918
- width: 1em;
2919
- height: 1em;
2920
- vertical-align: -0.125em;
2921
- }/* // basic */
2922
- /* FishEye Color Variables and Functions */
2923
- /*
2924
- --------------------------- Primary Color ---------------------------
2925
- */
2926
- /*
2927
- ---------------------------When necessary to add at any time---------------------------
2928
- */
2929
- /* computed */
2930
- /* blue */
2931
- /* green */
2932
- /* yellow */
2933
- /* red */
2934
- /* purple */
2935
- /* palette global token*/
2936
- /* color opaque */
2937
- /* color transparent */
2938
- /* blue transparent */
2939
- /* green transparent */
2940
- /* yellow transparent */
2941
- /* red transparent */
2942
- /* gray transparent */
2943
- /* white transparent */
2944
- /* gradient opaque */
2945
- /* blue radial gradient */
2946
- /* blue linear gradient */
2947
- /* green radial gradient */
2948
- /* yellow radial gradient */
2949
- /* red radial gradient */
2950
- /* gray radial gradient */
2951
- /* white to gray radial gradient */
2952
- /* white to gray linear gradient */
2953
- /* gradient transparent */
2954
- /* secondary palette */
2955
- /* purple radial gradient */
2956
- /* refine alias color */
2957
- /* text */
2958
- /* link */
2959
- /* fill */
2960
- /* fill element */
2961
- /* fill interaction */
2962
- /* stroke */
2963
- /* background */
2964
- /* dim */
2965
- /* box shadow */
2966
- /* fisheye */
2967
- /* z-index */
2968
- .wve7dfm {
2969
- padding: 0 24px;
2970
- height: 100%;
2971
- display: flex;
2972
- flex-direction: column;
3166
+ .pf-v5-pficon-process-automation:before {
3167
+ content: "\e949";
2973
3168
  }
2974
3169
 
2975
- .t9oeh3c {
2976
- margin: 8px 0;
2977
- align-items: center;
2978
- display: flex;
2979
- justify-content: space-between;
3170
+ .pf-v5-pficon-project:before {
3171
+ content: "\e96c";
2980
3172
  }
2981
- .t9oeh3c .ant-select {
2982
- width: 256px !important;
3173
+
3174
+ .pf-v5-pficon-rebalance:before {
3175
+ content: "\e91c";
2983
3176
  }
2984
3177
 
2985
- .t1u2zqn6 {
2986
- display: flex;
2987
- gap: 12px;
2988
- align-items: center;
3178
+ .pf-v5-pficon-rebooting:before {
3179
+ content: "\e96d";
2989
3180
  }
2990
3181
 
2991
- .c8wrcus {
2992
- flex: 1;
2993
- min-height: 0;
2994
- }/* // basic */
2995
- /* FishEye Color Variables and Functions */
2996
- /*
2997
- --------------------------- Primary Color ---------------------------
2998
- */
2999
- /*
3000
- ---------------------------When necessary to add at any time---------------------------
3001
- */
3002
- /* computed */
3003
- /* blue */
3004
- /* green */
3005
- /* yellow */
3006
- /* red */
3007
- /* purple */
3008
- /* palette global token*/
3009
- /* color opaque */
3010
- /* color transparent */
3011
- /* blue transparent */
3012
- /* green transparent */
3013
- /* yellow transparent */
3014
- /* red transparent */
3015
- /* gray transparent */
3016
- /* white transparent */
3017
- /* gradient opaque */
3018
- /* blue radial gradient */
3019
- /* blue linear gradient */
3020
- /* green radial gradient */
3021
- /* yellow radial gradient */
3022
- /* red radial gradient */
3023
- /* gray radial gradient */
3024
- /* white to gray radial gradient */
3025
- /* white to gray linear gradient */
3026
- /* gradient transparent */
3027
- /* secondary palette */
3028
- /* purple radial gradient */
3029
- /* refine alias color */
3030
- /* text */
3031
- /* link */
3032
- /* fill */
3033
- /* fill element */
3034
- /* fill interaction */
3035
- /* stroke */
3036
- /* background */
3037
- /* dim */
3038
- /* box shadow */
3039
- /* fisheye */
3040
- /* z-index */
3041
- .e1cjl2b8 {
3042
- border-radius: 8px;
3043
- border: 1px solid rgba(211, 218, 235, 0.6);
3182
+ .pf-v5-pficon-regions:before {
3183
+ content: "\e90a";
3044
3184
  }
3045
- .e1cjl2b8 .monaco-editor,
3046
- .e1cjl2b8 .monaco-scrollable-element,
3047
- .e1cjl2b8 .overflow-guard > .margin {
3048
- border-radius: 8px;
3049
- }/* // basic */
3050
- /* FishEye Color Variables and Functions */
3051
- /*
3052
- --------------------------- Primary Color ---------------------------
3053
- */
3054
- /*
3055
- ---------------------------When necessary to add at any time---------------------------
3056
- */
3057
- /* computed */
3058
- /* blue */
3059
- /* green */
3060
- /* yellow */
3061
- /* red */
3062
- /* purple */
3063
- /* palette global token*/
3064
- /* color opaque */
3065
- /* color transparent */
3066
- /* blue transparent */
3067
- /* green transparent */
3068
- /* yellow transparent */
3069
- /* red transparent */
3070
- /* gray transparent */
3071
- /* white transparent */
3072
- /* gradient opaque */
3073
- /* blue radial gradient */
3074
- /* blue linear gradient */
3075
- /* green radial gradient */
3076
- /* yellow radial gradient */
3077
- /* red radial gradient */
3078
- /* gray radial gradient */
3079
- /* white to gray radial gradient */
3080
- /* white to gray linear gradient */
3081
- /* gradient transparent */
3082
- /* secondary palette */
3083
- /* purple radial gradient */
3084
- /* refine alias color */
3085
- /* text */
3086
- /* link */
3087
- /* fill */
3088
- /* fill element */
3089
- /* fill interaction */
3090
- /* stroke */
3091
- /* background */
3092
- /* dim */
3093
- /* box shadow */
3094
- /* fisheye */
3095
- /* z-index */
3096
- .w1akirqw {
3097
- height: 100%;
3098
- display: flex;
3099
- flex-direction: column;
3185
+
3186
+ .pf-v5-pficon-registry:before {
3187
+ content: "\e623";
3100
3188
  }
3101
3189
 
3102
- .t30srnq {
3103
- line-height: 32px !important;
3104
- }/* // basic */
3105
- /* FishEye Color Variables and Functions */
3106
- /*
3107
- --------------------------- Primary Color ---------------------------
3108
- */
3109
- /*
3110
- ---------------------------When necessary to add at any time---------------------------
3111
- */
3112
- /* computed */
3113
- /* blue */
3114
- /* green */
3115
- /* yellow */
3116
- /* red */
3117
- /* purple */
3118
- /* palette global token*/
3119
- /* color opaque */
3120
- /* color transparent */
3121
- /* blue transparent */
3122
- /* green transparent */
3123
- /* yellow transparent */
3124
- /* red transparent */
3125
- /* gray transparent */
3126
- /* white transparent */
3127
- /* gradient opaque */
3128
- /* blue radial gradient */
3129
- /* blue linear gradient */
3130
- /* green radial gradient */
3131
- /* yellow radial gradient */
3132
- /* red radial gradient */
3133
- /* gray radial gradient */
3134
- /* white to gray radial gradient */
3135
- /* white to gray linear gradient */
3136
- /* gradient transparent */
3137
- /* secondary palette */
3138
- /* purple radial gradient */
3139
- /* refine alias color */
3140
- /* text */
3141
- /* link */
3142
- /* fill */
3143
- /* fill element */
3144
- /* fill interaction */
3145
- /* stroke */
3146
- /* background */
3147
- /* dim */
3148
- /* box shadow */
3149
- /* fisheye */
3150
- /* z-index */
3151
- .tzxa6d {
3152
- display: flex;
3153
- justify-content: space-between;
3154
- height: 32px;
3190
+ .pf-v5-pficon-remove2:before {
3191
+ content: "\e96e";
3155
3192
  }
3156
3193
 
3157
- .t1sxu3rr {
3158
- display: flex;
3159
- align-items: center;
3194
+ .pf-v5-pficon-replicator:before {
3195
+ content: "\e624";
3160
3196
  }
3161
3197
 
3162
- .ix8ych8 {
3163
- display: flex;
3164
- gap: 16px;
3198
+ .pf-v5-pficon-repository:before {
3199
+ content: "\e90b";
3165
3200
  }
3166
3201
 
3167
- .i58m6oo {
3168
- cursor: pointer;
3202
+ .pf-v5-pficon-resource-pool:before {
3203
+ content: "\e90c";
3169
3204
  }
3170
3205
 
3171
- .d1t2oa87 {
3172
- width: 1px;
3173
- height: 100%;
3174
- background: rgba(172, 186, 211, 0.6);
3175
- margin: 0 16px;
3206
+ .pf-v5-pficon-resources-almost-empty:before {
3207
+ content: "\e91d";
3176
3208
  }
3177
3209
 
3178
- .tuo8xdg {
3179
- white-space: nowrap;
3180
- }/**
3181
- * Copyright (c) 2014 The xterm.js authors. All rights reserved.
3182
- * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
3183
- * https://github.com/chjj/term.js
3184
- * @license MIT
3185
- *
3186
- * Permission is hereby granted, free of charge, to any person obtaining a copy
3187
- * of this software and associated documentation files (the "Software"), to deal
3188
- * in the Software without restriction, including without limitation the rights
3189
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3190
- * copies of the Software, and to permit persons to whom the Software is
3191
- * furnished to do so, subject to the following conditions:
3192
- *
3193
- * The above copyright notice and this permission notice shall be included in
3194
- * all copies or substantial portions of the Software.
3195
- *
3196
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3197
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3198
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3199
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3200
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3201
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3202
- * THE SOFTWARE.
3203
- *
3204
- * Originally forked from (with the author's permission):
3205
- * Fabrice Bellard's javascript vt100 for jslinux:
3206
- * http://bellard.org/jslinux/
3207
- * Copyright (c) 2011 Fabrice Bellard
3208
- * The original design remains. The terminal itself
3209
- * has been extended to include xterm CSI codes, among
3210
- * other features.
3211
- */
3210
+ .pf-v5-pficon-resources-almost-full:before {
3211
+ content: "\e912";
3212
+ }
3212
3213
 
3213
- /**
3214
- * Default styles for xterm.js
3215
- */
3214
+ .pf-v5-pficon-resources-empty:before {
3215
+ content: "\e96f";
3216
+ }
3216
3217
 
3217
- .xterm {
3218
- cursor: text;
3219
- position: relative;
3220
- user-select: none;
3221
- -ms-user-select: none;
3222
- -webkit-user-select: none;
3218
+ .pf-v5-pficon-resources-full:before {
3219
+ content: "\e913";
3223
3220
  }
3224
3221
 
3225
- .xterm.focus,
3226
- .xterm:focus {
3227
- outline: none;
3222
+ .pf-v5-pficon-running:before {
3223
+ content: "\e970";
3228
3224
  }
3229
3225
 
3230
- .xterm .xterm-helpers {
3231
- position: absolute;
3232
- top: 0;
3233
- /**
3234
- * The z-index of the helpers must be higher than the canvases in order for
3235
- * IMEs to appear on top.
3236
- */
3237
- z-index: 5;
3226
+ .pf-v5-pficon-save:before {
3227
+ content: "\e601";
3238
3228
  }
3239
3229
 
3240
- .xterm .xterm-helper-textarea {
3241
- padding: 0;
3242
- border: 0;
3243
- margin: 0;
3244
- /* Move textarea out of the screen to the far left, so that the cursor is not visible */
3245
- position: absolute;
3246
- opacity: 0;
3247
- left: -9999em;
3248
- top: 0;
3249
- width: 0;
3250
- height: 0;
3251
- z-index: -5;
3252
- /** Prevent wrapping so the IME appears against the textarea at the correct position */
3253
- white-space: nowrap;
3254
- overflow: hidden;
3255
- resize: none;
3230
+ .pf-v5-pficon-screen:before {
3231
+ content: "\e971";
3256
3232
  }
3257
3233
 
3258
- .xterm .composition-view {
3259
- /* TODO: Composition position got messed up somewhere */
3260
- background: #000;
3261
- color: #FFF;
3262
- display: none;
3263
- position: absolute;
3264
- white-space: nowrap;
3265
- z-index: 1;
3234
+ .pf-v5-pficon-security:before {
3235
+ content: "\e946";
3266
3236
  }
3267
3237
 
3268
- .xterm .composition-view.active {
3269
- display: block;
3238
+ .pf-v5-pficon-server-group:before {
3239
+ content: "\e91a";
3270
3240
  }
3271
3241
 
3272
- .xterm .xterm-viewport {
3273
- /* On OS X this is required in order for the scroll bar to appear fully opaque */
3274
- background-color: #000;
3275
- overflow-y: scroll;
3276
- cursor: default;
3277
- position: absolute;
3278
- right: 0;
3279
- left: 0;
3280
- top: 0;
3281
- bottom: 0;
3242
+ .pf-v5-pficon-server:before {
3243
+ content: "\e90d";
3282
3244
  }
3283
3245
 
3284
- .xterm .xterm-screen {
3285
- position: relative;
3246
+ .pf-v5-pficon-service-catalog:before {
3247
+ content: "\e972";
3248
+ }
3249
+
3250
+ .pf-v5-pficon-service:before {
3251
+ content: "\e61e";
3252
+ }
3253
+
3254
+ .pf-v5-pficon-services:before {
3255
+ content: "\e947";
3286
3256
  }
3287
3257
 
3288
- .xterm .xterm-screen canvas {
3289
- position: absolute;
3290
- left: 0;
3291
- top: 0;
3258
+ .pf-v5-pficon-spinner:before {
3259
+ content: "\e973";
3292
3260
  }
3293
3261
 
3294
- .xterm .xterm-scroll-area {
3295
- visibility: hidden;
3262
+ .pf-v5-pficon-spinner2:before {
3263
+ content: "\e613";
3296
3264
  }
3297
3265
 
3298
- .xterm-char-measure-element {
3299
- display: inline-block;
3300
- visibility: hidden;
3301
- position: absolute;
3302
- top: 0;
3303
- left: -9999em;
3304
- line-height: normal;
3266
+ .pf-v5-pficon-storage-domain:before {
3267
+ content: "\e90e";
3305
3268
  }
3306
3269
 
3307
- .xterm.enable-mouse-events {
3308
- /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
3309
- cursor: default;
3270
+ .pf-v5-pficon-task:before {
3271
+ content: "\e974";
3310
3272
  }
3311
3273
 
3312
- .xterm.xterm-cursor-pointer,
3313
- .xterm .xterm-cursor-pointer {
3314
- cursor: pointer;
3274
+ .pf-v5-pficon-tenant:before {
3275
+ content: "\e916";
3315
3276
  }
3316
3277
 
3317
- .xterm.column-select.focus {
3318
- /* Column selection mode */
3319
- cursor: crosshair;
3278
+ .pf-v5-pficon-thumb-tack:before {
3279
+ content: "\e920";
3320
3280
  }
3321
3281
 
3322
- .xterm .xterm-accessibility:not(.debug),
3323
- .xterm .xterm-message {
3324
- position: absolute;
3325
- left: 0;
3326
- top: 0;
3327
- bottom: 0;
3328
- right: 0;
3329
- z-index: 10;
3330
- color: transparent;
3331
- pointer-events: none;
3282
+ .pf-v5-pficon-topology:before {
3283
+ content: "\e608";
3332
3284
  }
3333
3285
 
3334
- .xterm .xterm-accessibility-tree:not(.debug) *::selection {
3335
- color: transparent;
3286
+ .pf-v5-pficon-treeview:before {
3287
+ content: "\e97d";
3336
3288
  }
3337
3289
 
3338
- .xterm .xterm-accessibility-tree {
3339
- user-select: text;
3340
- white-space: pre;
3290
+ .pf-v5-pficon-trend-down:before {
3291
+ content: "\e900";
3341
3292
  }
3342
3293
 
3343
- .xterm .live-region {
3344
- position: absolute;
3345
- left: -9999px;
3346
- width: 1px;
3347
- height: 1px;
3348
- overflow: hidden;
3294
+ .pf-v5-pficon-trend-up:before {
3295
+ content: "\e901";
3349
3296
  }
3350
3297
 
3351
- .xterm-dim {
3352
- /* Dim should not apply to background, so the opacity of the foreground color is applied
3353
- * explicitly in the generated class and reset to 1 here */
3354
- opacity: 1 !important;
3298
+ .pf-v5-pficon-unknown:before {
3299
+ content: "\e935";
3355
3300
  }
3356
3301
 
3357
- .xterm-underline-1 { text-decoration: underline; }
3358
- .xterm-underline-2 { text-decoration: double underline; }
3359
- .xterm-underline-3 { text-decoration: wavy underline; }
3360
- .xterm-underline-4 { text-decoration: dotted underline; }
3361
- .xterm-underline-5 { text-decoration: dashed underline; }
3302
+ .pf-v5-pficon-unlocked:before {
3303
+ content: "\e922";
3304
+ }
3362
3305
 
3363
- .xterm-overline {
3364
- text-decoration: overline;
3306
+ .pf-v5-pficon-unplugged:before {
3307
+ content: "\e942";
3365
3308
  }
3366
3309
 
3367
- .xterm-overline.xterm-underline-1 { text-decoration: overline underline; }
3368
- .xterm-overline.xterm-underline-2 { text-decoration: overline double underline; }
3369
- .xterm-overline.xterm-underline-3 { text-decoration: overline wavy underline; }
3370
- .xterm-overline.xterm-underline-4 { text-decoration: overline dotted underline; }
3371
- .xterm-overline.xterm-underline-5 { text-decoration: overline dashed underline; }
3310
+ .pf-v5-pficon-user:before {
3311
+ content: "\e91e";
3312
+ }
3372
3313
 
3373
- .xterm-strikethrough {
3374
- text-decoration: line-through;
3314
+ .pf-v5-pficon-users:before {
3315
+ content: "\e91f";
3375
3316
  }
3376
3317
 
3377
- .xterm-screen .xterm-decoration-container .xterm-decoration {
3378
- z-index: 6;
3379
- position: absolute;
3318
+ .pf-v5-pficon-virtual-machine:before {
3319
+ content: "\e90f";
3380
3320
  }
3381
3321
 
3382
- .xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer {
3383
- z-index: 7;
3322
+ .pf-v5-pficon-volume:before {
3323
+ content: "\e910";
3384
3324
  }
3385
3325
 
3386
- .xterm-decoration-overview-ruler {
3387
- z-index: 8;
3388
- position: absolute;
3389
- top: 0;
3390
- right: 0;
3391
- pointer-events: none;
3326
+ .pf-v5-pficon-warning-triangle:before {
3327
+ content: "\e975";
3392
3328
  }
3393
3329
 
3394
- .xterm-decoration-top {
3395
- z-index: 2;
3396
- position: relative;
3330
+ .pf-v5-pficon-zone:before {
3331
+ content: "\e911";
3397
3332
  }
3398
- /* // basic */
3333
+
3334
+ .pf-v5-svg {
3335
+ width: 1em;
3336
+ height: 1em;
3337
+ vertical-align: -0.125em;
3338
+ }/* // basic */
3399
3339
  /* FishEye Color Variables and Functions */
3400
3340
  /*
3401
3341
  --------------------------- Primary Color ---------------------------
@@ -3442,37 +3382,142 @@
3442
3382
  /* box shadow */
3443
3383
  /* fisheye */
3444
3384
  /* z-index */
3445
- .c1q5a2qi {
3385
+ .wve7dfm {
3386
+ padding: 0 24px;
3446
3387
  height: 100%;
3447
3388
  display: flex;
3448
3389
  flex-direction: column;
3449
3390
  }
3450
3391
 
3451
- .sdz5fm1 {
3452
- flex: 1;
3453
- min-height: 0;
3454
- padding: 8px;
3455
- background: #00122E;
3392
+ .t9oeh3c {
3393
+ margin: 8px 0;
3394
+ align-items: center;
3395
+ display: flex;
3396
+ justify-content: space-between;
3397
+ }
3398
+ .t9oeh3c .ant-select {
3399
+ width: 256px !important;
3456
3400
  }
3457
3401
 
3458
- .lbp0h2e {
3402
+ .t1u2zqn6 {
3459
3403
  display: flex;
3460
- gap: 8px;
3461
- justify-content: center;
3404
+ gap: 12px;
3462
3405
  align-items: center;
3463
- height: 100%;
3464
- width: 100%;
3465
- color: rgba(44, 56, 82, 0.6);
3466
- background: #F2F5FA;
3467
3406
  }
3468
3407
 
3469
- .eioilqy {
3408
+ .c8wrcus {
3409
+ flex: 1;
3410
+ min-height: 0;
3411
+ }/* // basic */
3412
+ /* FishEye Color Variables and Functions */
3413
+ /*
3414
+ --------------------------- Primary Color ---------------------------
3415
+ */
3416
+ /*
3417
+ ---------------------------When necessary to add at any time---------------------------
3418
+ */
3419
+ /* computed */
3420
+ /* blue */
3421
+ /* green */
3422
+ /* yellow */
3423
+ /* red */
3424
+ /* purple */
3425
+ /* palette global token*/
3426
+ /* color opaque */
3427
+ /* color transparent */
3428
+ /* blue transparent */
3429
+ /* green transparent */
3430
+ /* yellow transparent */
3431
+ /* red transparent */
3432
+ /* gray transparent */
3433
+ /* white transparent */
3434
+ /* gradient opaque */
3435
+ /* blue radial gradient */
3436
+ /* blue linear gradient */
3437
+ /* green radial gradient */
3438
+ /* yellow radial gradient */
3439
+ /* red radial gradient */
3440
+ /* gray radial gradient */
3441
+ /* white to gray radial gradient */
3442
+ /* white to gray linear gradient */
3443
+ /* gradient transparent */
3444
+ /* secondary palette */
3445
+ /* purple radial gradient */
3446
+ /* refine alias color */
3447
+ /* text */
3448
+ /* link */
3449
+ /* fill */
3450
+ /* fill element */
3451
+ /* fill interaction */
3452
+ /* stroke */
3453
+ /* background */
3454
+ /* dim */
3455
+ /* box shadow */
3456
+ /* fisheye */
3457
+ /* z-index */
3458
+ .e1cjl2b8 {
3459
+ border-radius: 8px;
3460
+ border: 1px solid rgba(211, 218, 235, 0.6);
3461
+ }
3462
+ .e1cjl2b8 .monaco-editor,
3463
+ .e1cjl2b8 .monaco-scrollable-element,
3464
+ .e1cjl2b8 .overflow-guard > .margin {
3465
+ border-radius: 8px;
3466
+ }/* // basic */
3467
+ /* FishEye Color Variables and Functions */
3468
+ /*
3469
+ --------------------------- Primary Color ---------------------------
3470
+ */
3471
+ /*
3472
+ ---------------------------When necessary to add at any time---------------------------
3473
+ */
3474
+ /* computed */
3475
+ /* blue */
3476
+ /* green */
3477
+ /* yellow */
3478
+ /* red */
3479
+ /* purple */
3480
+ /* palette global token*/
3481
+ /* color opaque */
3482
+ /* color transparent */
3483
+ /* blue transparent */
3484
+ /* green transparent */
3485
+ /* yellow transparent */
3486
+ /* red transparent */
3487
+ /* gray transparent */
3488
+ /* white transparent */
3489
+ /* gradient opaque */
3490
+ /* blue radial gradient */
3491
+ /* blue linear gradient */
3492
+ /* green radial gradient */
3493
+ /* yellow radial gradient */
3494
+ /* red radial gradient */
3495
+ /* gray radial gradient */
3496
+ /* white to gray radial gradient */
3497
+ /* white to gray linear gradient */
3498
+ /* gradient transparent */
3499
+ /* secondary palette */
3500
+ /* purple radial gradient */
3501
+ /* refine alias color */
3502
+ /* text */
3503
+ /* link */
3504
+ /* fill */
3505
+ /* fill element */
3506
+ /* fill interaction */
3507
+ /* stroke */
3508
+ /* background */
3509
+ /* dim */
3510
+ /* box shadow */
3511
+ /* fisheye */
3512
+ /* z-index */
3513
+ .w1akirqw {
3514
+ height: 100%;
3470
3515
  display: flex;
3471
- justify-content: space-between;
3516
+ flex-direction: column;
3472
3517
  }
3473
3518
 
3474
- .trlau0c {
3475
- margin: 4px 8px;
3519
+ .t30srnq {
3520
+ line-height: 32px !important;
3476
3521
  }/* // basic */
3477
3522
  /* FishEye Color Variables and Functions */
3478
3523
  /*