@surething/cockpit 1.0.261 → 1.0.263

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 (544) hide show
  1. package/.next-prod/BUILD_ID +1 -1
  2. package/.next-prod/app-path-routes-manifest.json +6 -3
  3. package/.next-prod/build-manifest.json +3 -3
  4. package/.next-prod/cockpit-build.json +2 -2
  5. package/.next-prod/prerender-manifest.json +4 -4
  6. package/.next-prod/react-loadable-manifest.json +1 -1
  7. package/.next-prod/routes-manifest.json +18 -0
  8. package/.next-prod/server/app/_global-error/page.js +2 -2
  9. package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/.next-prod/server/app/_global-error.html +1 -1
  11. package/.next-prod/server/app/_global-error.rsc +1 -1
  12. package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
  13. package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  14. package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/.next-prod/server/app/_not-found/page.js +1 -1
  16. package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
  17. package/.next-prod/server/app/_not-found.html +2 -2
  18. package/.next-prod/server/app/_not-found.rsc +4 -4
  19. package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +4 -4
  20. package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +12 -11
  21. package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  22. package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  23. package/.next-prod/server/app/api/agent/test/route.js +1 -1
  24. package/.next-prod/server/app/api/bash/route.js +1 -1
  25. package/.next-prod/server/app/api/chat/codex/route.js +1 -1
  26. package/.next-prod/server/app/api/chat/deepseek/route.js +1 -1
  27. package/.next-prod/server/app/api/chat/glm/route.js +1 -1
  28. package/.next-prod/server/app/api/chat/kimi/route.js +1 -1
  29. package/.next-prod/server/app/api/chat/ollama/route.js +1 -1
  30. package/.next-prod/server/app/api/chat/route.js +1 -1
  31. package/.next-prod/server/app/api/chat/stop/route.js +1 -1
  32. package/.next-prod/server/app/api/claude-stats/route.js +1 -1
  33. package/.next-prod/server/app/api/commands/route.js +1 -1
  34. package/.next-prod/server/app/api/comments/route.js +1 -1
  35. package/.next-prod/server/app/api/db/columns/route.js +1 -1
  36. package/.next-prod/server/app/api/db/connect/route.js +1 -1
  37. package/.next-prod/server/app/api/db/disconnect/route.js +1 -1
  38. package/.next-prod/server/app/api/db/export/route.js +1 -1
  39. package/.next-prod/server/app/api/db/query/route.js +1 -1
  40. package/.next-prod/server/app/api/db/schemas/route.js +2 -2
  41. package/.next-prod/server/app/api/deepseek/balance/route.js +1 -1
  42. package/.next-prod/server/app/api/deepseek/credentials/route.js +1 -1
  43. package/.next-prod/server/app/api/deepseek/models/route.js +1 -1
  44. package/.next-prod/server/app/api/dev/spans/route.js +1 -1
  45. package/.next-prod/server/app/api/extension/version/route.js +1 -1
  46. package/.next-prod/server/app/api/file/route.js +1 -1
  47. package/.next-prod/server/app/api/files/blame/route.js +1 -1
  48. package/.next-prod/server/app/api/files/clipboard/route.js +1 -1
  49. package/.next-prod/server/app/api/files/copy/route.js +1 -1
  50. package/.next-prod/server/app/api/files/delete/route.js +1 -1
  51. package/.next-prod/server/app/api/files/expanded/route.js +1 -1
  52. package/.next-prod/server/app/api/files/index/route.js +1 -1
  53. package/.next-prod/server/app/api/files/init/route.js +1 -1
  54. package/.next-prod/server/app/api/files/paste/route.js +1 -1
  55. package/.next-prod/server/app/api/files/read/route.js +1 -1
  56. package/.next-prod/server/app/api/files/readdir/route.js +1 -1
  57. package/.next-prod/server/app/api/files/recent/route.js +1 -1
  58. package/.next-prod/server/app/api/files/save/route.js +1 -1
  59. package/.next-prod/server/app/api/files/search/route.js +1 -1
  60. package/.next-prod/server/app/api/files/stat/route.js +1 -1
  61. package/.next-prod/server/app/api/files/text/route.js +1 -1
  62. package/.next-prod/server/app/api/git/branch-diff/route.js +1 -1
  63. package/.next-prod/server/app/api/git/branches/route.js +1 -1
  64. package/.next-prod/server/app/api/git/commit-diff/route.js +1 -1
  65. package/.next-prod/server/app/api/git/commits/route.js +1 -1
  66. package/.next-prod/server/app/api/git/current-branch/route.js +1 -1
  67. package/.next-prod/server/app/api/git/diff/route.js +1 -1
  68. package/.next-prod/server/app/api/git/discard/route.js +1 -1
  69. package/.next-prod/server/app/api/git/stage/route.js +1 -1
  70. package/.next-prod/server/app/api/git/status/route.js +1 -1
  71. package/.next-prod/server/app/api/git/unstage/route.js +1 -1
  72. package/.next-prod/server/app/api/git/worktree/route.js +1 -1
  73. package/.next-prod/server/app/api/glm/credentials/route.js +1 -1
  74. package/.next-prod/server/app/api/glm/models/route.js +1 -1
  75. package/.next-prod/server/app/api/glm/usage/route.js +1 -1
  76. package/.next-prod/server/app/api/global-state/route.js +1 -1
  77. package/.next-prod/server/app/api/health/route.js +1 -1
  78. package/.next-prod/server/app/api/html-apps/[id]/route.js +1 -1
  79. package/.next-prod/server/app/api/html-apps/route.js +1 -1
  80. package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
  81. package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
  82. package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
  83. package/.next-prod/server/app/api/kimi/credentials/route.js +1 -1
  84. package/.next-prod/server/app/api/kimi/models/route.js +1 -1
  85. package/.next-prod/server/app/api/kimi/usage/route.js +1 -1
  86. package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
  87. package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
  88. package/.next-prod/server/app/api/lsp/references/route.js +1 -1
  89. package/.next-prod/server/app/api/lsp/status/route.js +1 -1
  90. package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
  91. package/.next-prod/server/app/api/mysql/columns/route.js +2 -2
  92. package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
  93. package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
  94. package/.next-prod/server/app/api/mysql/export/route.js +1 -1
  95. package/.next-prod/server/app/api/mysql/query/route.js +1 -1
  96. package/.next-prod/server/app/api/mysql/schemas/route.js +1 -1
  97. package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
  98. package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
  99. package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
  100. package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
  101. package/.next-prod/server/app/api/note/route.js +1 -1
  102. package/.next-prod/server/app/api/ollama/config/route.js +1 -1
  103. package/.next-prod/server/app/api/ollama/models/route.js +1 -1
  104. package/.next-prod/server/app/api/ollama/start/route.js +1 -1
  105. package/.next-prod/server/app/api/open-cursor/route.js +1 -1
  106. package/.next-prod/server/app/api/open-vscode/route.js +1 -1
  107. package/.next-prod/server/app/api/pick-folder/route.js +1 -1
  108. package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
  109. package/.next-prod/server/app/api/project-settings/route.js +1 -1
  110. package/.next-prod/server/app/api/project-state/route.js +2 -2
  111. package/.next-prod/server/app/api/projectGraph/affected/route.js +1 -1
  112. package/.next-prod/server/app/api/projectGraph/callees/route.js +1 -1
  113. package/.next-prod/server/app/api/projectGraph/callers/route.js +1 -1
  114. package/.next-prod/server/app/api/projectGraph/coedit/route.js +1 -1
  115. package/.next-prod/server/app/api/projectGraph/context/route.js +1 -1
  116. package/.next-prod/server/app/api/projectGraph/file/route.js +1 -1
  117. package/.next-prod/server/app/api/projectGraph/file-functions/route.js +1 -1
  118. package/.next-prod/server/app/api/projectGraph/impact/route.js +1 -1
  119. package/.next-prod/server/app/api/projectGraph/related/route.js +1 -1
  120. package/.next-prod/server/app/api/projectGraph/risk/route.js +1 -1
  121. package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
  122. package/.next-prod/server/app/api/projects/route.js +1 -1
  123. package/.next-prod/server/app/api/prompts/config/route.js +1 -1
  124. package/.next-prod/server/app/api/push/public-key/route.js +1 -1
  125. package/.next-prod/server/app/api/push/subscribe/route.js +1 -1
  126. package/.next-prod/server/app/api/push/unsubscribe/route.js +1 -1
  127. package/.next-prod/server/app/api/redis/command/route.js +1 -1
  128. package/.next-prod/server/app/api/redis/connect/route.js +1 -1
  129. package/.next-prod/server/app/api/redis/delete/route.js +1 -1
  130. package/.next-prod/server/app/api/redis/disconnect/route.js +1 -1
  131. package/.next-prod/server/app/api/redis/get/route.js +1 -1
  132. package/.next-prod/server/app/api/redis/keys/route.js +1 -1
  133. package/.next-prod/server/app/api/redis/set/route.js +1 -1
  134. package/.next-prod/server/app/api/restart/route.js +1 -0
  135. package/.next-prod/server/app/api/restart/route.js.nft.json +1 -0
  136. package/.next-prod/server/app/api/restart/route_client-reference-manifest.js +1 -0
  137. package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -1
  138. package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -1
  139. package/.next-prod/server/app/api/review/[id]/route.js +1 -1
  140. package/.next-prod/server/app/api/review/identify/route.js +1 -1
  141. package/.next-prod/server/app/api/review/order/route.js +1 -1
  142. package/.next-prod/server/app/api/review/route.js +1 -1
  143. package/.next-prod/server/app/api/review/share-info/route.js +1 -1
  144. package/.next-prod/server/app/api/review/users/route.js +1 -1
  145. package/.next-prod/server/app/api/scheduled-tasks/route.js +2 -2
  146. package/.next-prod/server/app/api/services/config/route.js +1 -1
  147. package/.next-prod/server/app/api/services/scripts/route.js +1 -1
  148. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
  149. package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
  150. package/.next-prod/server/app/api/session-by-path/route.js +1 -1
  151. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
  152. package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
  153. package/.next-prod/server/app/api/sessions/route.js +1 -1
  154. package/.next-prod/server/app/api/settings/route.js +1 -1
  155. package/.next-prod/server/app/api/shutdown/route.js +1 -0
  156. package/.next-prod/server/app/api/shutdown/route.js.nft.json +1 -0
  157. package/.next-prod/server/app/api/shutdown/route_client-reference-manifest.js +1 -0
  158. package/.next-prod/server/app/api/skills/[id]/route.js +1 -1
  159. package/.next-prod/server/app/api/skills/content/route.js +1 -1
  160. package/.next-prod/server/app/api/skills/route.js +1 -1
  161. package/.next-prod/server/app/api/snapshots/diff/route.js +1 -1
  162. package/.next-prod/server/app/api/snapshots/route.js +1 -1
  163. package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
  164. package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
  165. package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
  166. package/.next-prod/server/app/api/terminal/env/route.js +1 -1
  167. package/.next-prod/server/app/api/terminal/history/route.js +1 -1
  168. package/.next-prod/server/app/api/update/route.js +1 -0
  169. package/.next-prod/server/app/api/update/route.js.nft.json +1 -0
  170. package/.next-prod/server/app/api/update/route_client-reference-manifest.js +1 -0
  171. package/.next-prod/server/app/api/version/route.js +1 -1
  172. package/.next-prod/server/app/apps/[...path]/route.js +1 -1
  173. package/.next-prod/server/app/favicon.ico/route.js +1 -1
  174. package/.next-prod/server/app/m/page.js +1 -1
  175. package/.next-prod/server/app/m/page_client-reference-manifest.js +1 -1
  176. package/.next-prod/server/app/manifest.webmanifest/route.js +2 -2
  177. package/.next-prod/server/app/page.js +1 -1
  178. package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
  179. package/.next-prod/server/app/project/page.js +1 -1
  180. package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
  181. package/.next-prod/server/app/review/[id]/page.js +1 -1
  182. package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
  183. package/.next-prod/server/app-paths-manifest.json +6 -3
  184. package/.next-prod/server/chunks/1564.js +1 -1
  185. package/.next-prod/server/chunks/5750.js +42 -40
  186. package/.next-prod/server/chunks/6495.js +1 -1
  187. package/.next-prod/server/chunks/6548.js +1 -1
  188. package/.next-prod/server/chunks/7184.js +1 -1
  189. package/.next-prod/server/chunks/841.js +1 -1
  190. package/.next-prod/server/chunks/8764.js +2 -2
  191. package/.next-prod/server/functions-config-manifest.json +3 -0
  192. package/.next-prod/server/middleware-build-manifest.js +1 -1
  193. package/.next-prod/server/middleware-react-loadable-manifest.js +1 -1
  194. package/.next-prod/server/pages/404.html +2 -2
  195. package/.next-prod/server/pages/500.html +1 -1
  196. package/.next-prod/server/server-reference-manifest.json +1 -1
  197. package/.next-prod/static/Jy5sAJFfhng774VeXYdQS/_buildManifest.js +1 -0
  198. package/.next-prod/static/chunks/1372-c2e2e52980e95aec.js +15 -0
  199. package/.next-prod/static/chunks/{1959.a8039e13d14ada11.js → 1959.1d5dbd36400b94d2.js} +4 -4
  200. package/.next-prod/static/chunks/2032-8326efdf5830d58c.js +1 -0
  201. package/.next-prod/static/chunks/6722-1252a1399ff10e47.js +35 -0
  202. package/.next-prod/static/chunks/6784-20cc834d161af395.js +381 -0
  203. package/.next-prod/static/chunks/app/_global-error/page-7c7e4c414aa6453c.js +1 -0
  204. package/.next-prod/static/chunks/app/api/agent/test/route-7c7e4c414aa6453c.js +1 -0
  205. package/.next-prod/static/chunks/app/api/bash/route-7c7e4c414aa6453c.js +1 -0
  206. package/.next-prod/static/chunks/app/api/chat/codex/route-7c7e4c414aa6453c.js +1 -0
  207. package/.next-prod/static/chunks/app/api/chat/deepseek/route-7c7e4c414aa6453c.js +1 -0
  208. package/.next-prod/static/chunks/app/api/chat/glm/route-7c7e4c414aa6453c.js +1 -0
  209. package/.next-prod/static/chunks/app/api/chat/kimi/route-7c7e4c414aa6453c.js +1 -0
  210. package/.next-prod/static/chunks/app/api/chat/ollama/route-7c7e4c414aa6453c.js +1 -0
  211. package/.next-prod/static/chunks/app/api/chat/route-7c7e4c414aa6453c.js +1 -0
  212. package/.next-prod/static/chunks/app/api/chat/stop/route-7c7e4c414aa6453c.js +1 -0
  213. package/.next-prod/static/chunks/app/api/claude-stats/route-7c7e4c414aa6453c.js +1 -0
  214. package/.next-prod/static/chunks/app/api/commands/route-7c7e4c414aa6453c.js +1 -0
  215. package/.next-prod/static/chunks/app/api/comments/route-7c7e4c414aa6453c.js +1 -0
  216. package/.next-prod/static/chunks/app/api/db/columns/route-7c7e4c414aa6453c.js +1 -0
  217. package/.next-prod/static/chunks/app/api/db/connect/route-7c7e4c414aa6453c.js +1 -0
  218. package/.next-prod/static/chunks/app/api/db/disconnect/route-7c7e4c414aa6453c.js +1 -0
  219. package/.next-prod/static/chunks/app/api/db/export/route-7c7e4c414aa6453c.js +1 -0
  220. package/.next-prod/static/chunks/app/api/db/query/route-7c7e4c414aa6453c.js +1 -0
  221. package/.next-prod/static/chunks/app/api/db/schemas/route-7c7e4c414aa6453c.js +1 -0
  222. package/.next-prod/static/chunks/app/api/deepseek/balance/route-7c7e4c414aa6453c.js +1 -0
  223. package/.next-prod/static/chunks/app/api/deepseek/credentials/route-7c7e4c414aa6453c.js +1 -0
  224. package/.next-prod/static/chunks/app/api/deepseek/models/route-7c7e4c414aa6453c.js +1 -0
  225. package/.next-prod/static/chunks/app/api/dev/spans/route-7c7e4c414aa6453c.js +1 -0
  226. package/.next-prod/static/chunks/app/api/extension/version/route-7c7e4c414aa6453c.js +1 -0
  227. package/.next-prod/static/chunks/app/api/file/route-7c7e4c414aa6453c.js +1 -0
  228. package/.next-prod/static/chunks/app/api/files/blame/route-7c7e4c414aa6453c.js +1 -0
  229. package/.next-prod/static/chunks/app/api/files/clipboard/route-7c7e4c414aa6453c.js +1 -0
  230. package/.next-prod/static/chunks/app/api/files/copy/route-7c7e4c414aa6453c.js +1 -0
  231. package/.next-prod/static/chunks/app/api/files/delete/route-7c7e4c414aa6453c.js +1 -0
  232. package/.next-prod/static/chunks/app/api/files/expanded/route-7c7e4c414aa6453c.js +1 -0
  233. package/.next-prod/static/chunks/app/api/files/index/route-7c7e4c414aa6453c.js +1 -0
  234. package/.next-prod/static/chunks/app/api/files/init/route-7c7e4c414aa6453c.js +1 -0
  235. package/.next-prod/static/chunks/app/api/files/paste/route-7c7e4c414aa6453c.js +1 -0
  236. package/.next-prod/static/chunks/app/api/files/read/route-7c7e4c414aa6453c.js +1 -0
  237. package/.next-prod/static/chunks/app/api/files/readdir/route-7c7e4c414aa6453c.js +1 -0
  238. package/.next-prod/static/chunks/app/api/files/recent/route-7c7e4c414aa6453c.js +1 -0
  239. package/.next-prod/static/chunks/app/api/files/save/route-7c7e4c414aa6453c.js +1 -0
  240. package/.next-prod/static/chunks/app/api/files/search/route-7c7e4c414aa6453c.js +1 -0
  241. package/.next-prod/static/chunks/app/api/files/stat/route-7c7e4c414aa6453c.js +1 -0
  242. package/.next-prod/static/chunks/app/api/files/text/route-7c7e4c414aa6453c.js +1 -0
  243. package/.next-prod/static/chunks/app/api/git/branch-diff/route-7c7e4c414aa6453c.js +1 -0
  244. package/.next-prod/static/chunks/app/api/git/branches/route-7c7e4c414aa6453c.js +1 -0
  245. package/.next-prod/static/chunks/app/api/git/commit-diff/route-7c7e4c414aa6453c.js +1 -0
  246. package/.next-prod/static/chunks/app/api/git/commits/route-7c7e4c414aa6453c.js +1 -0
  247. package/.next-prod/static/chunks/app/api/git/current-branch/route-7c7e4c414aa6453c.js +1 -0
  248. package/.next-prod/static/chunks/app/api/git/diff/route-7c7e4c414aa6453c.js +1 -0
  249. package/.next-prod/static/chunks/app/api/git/discard/route-7c7e4c414aa6453c.js +1 -0
  250. package/.next-prod/static/chunks/app/api/git/stage/route-7c7e4c414aa6453c.js +1 -0
  251. package/.next-prod/static/chunks/app/api/git/status/route-7c7e4c414aa6453c.js +1 -0
  252. package/.next-prod/static/chunks/app/api/git/unstage/route-7c7e4c414aa6453c.js +1 -0
  253. package/.next-prod/static/chunks/app/api/git/worktree/route-7c7e4c414aa6453c.js +1 -0
  254. package/.next-prod/static/chunks/app/api/glm/credentials/route-7c7e4c414aa6453c.js +1 -0
  255. package/.next-prod/static/chunks/app/api/glm/models/route-7c7e4c414aa6453c.js +1 -0
  256. package/.next-prod/static/chunks/app/api/glm/usage/route-7c7e4c414aa6453c.js +1 -0
  257. package/.next-prod/static/chunks/app/api/global-state/route-7c7e4c414aa6453c.js +1 -0
  258. package/.next-prod/static/chunks/app/api/health/route-7c7e4c414aa6453c.js +1 -0
  259. package/.next-prod/static/chunks/app/api/html-apps/[id]/route-7c7e4c414aa6453c.js +1 -0
  260. package/.next-prod/static/chunks/app/api/html-apps/route-7c7e4c414aa6453c.js +1 -0
  261. package/.next-prod/static/chunks/app/api/jupyter/load/route-7c7e4c414aa6453c.js +1 -0
  262. package/.next-prod/static/chunks/app/api/jupyter/save/route-7c7e4c414aa6453c.js +1 -0
  263. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-7c7e4c414aa6453c.js +1 -0
  264. package/.next-prod/static/chunks/app/api/kimi/credentials/route-7c7e4c414aa6453c.js +1 -0
  265. package/.next-prod/static/chunks/app/api/kimi/models/route-7c7e4c414aa6453c.js +1 -0
  266. package/.next-prod/static/chunks/app/api/kimi/usage/route-7c7e4c414aa6453c.js +1 -0
  267. package/.next-prod/static/chunks/app/api/lsp/definition/route-7c7e4c414aa6453c.js +1 -0
  268. package/.next-prod/static/chunks/app/api/lsp/hover/route-7c7e4c414aa6453c.js +1 -0
  269. package/.next-prod/static/chunks/app/api/lsp/references/route-7c7e4c414aa6453c.js +1 -0
  270. package/.next-prod/static/chunks/app/api/lsp/status/route-7c7e4c414aa6453c.js +1 -0
  271. package/.next-prod/static/chunks/app/api/lsp/warmup/route-7c7e4c414aa6453c.js +1 -0
  272. package/.next-prod/static/chunks/app/api/mysql/columns/route-7c7e4c414aa6453c.js +1 -0
  273. package/.next-prod/static/chunks/app/api/mysql/connect/route-7c7e4c414aa6453c.js +1 -0
  274. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-7c7e4c414aa6453c.js +1 -0
  275. package/.next-prod/static/chunks/app/api/mysql/export/route-7c7e4c414aa6453c.js +1 -0
  276. package/.next-prod/static/chunks/app/api/mysql/query/route-7c7e4c414aa6453c.js +1 -0
  277. package/.next-prod/static/chunks/app/api/mysql/schemas/route-7c7e4c414aa6453c.js +1 -0
  278. package/.next-prod/static/chunks/app/api/neo4j/connect/route-7c7e4c414aa6453c.js +1 -0
  279. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-7c7e4c414aa6453c.js +1 -0
  280. package/.next-prod/static/chunks/app/api/neo4j/query/route-7c7e4c414aa6453c.js +1 -0
  281. package/.next-prod/static/chunks/app/api/neo4j/schema/route-7c7e4c414aa6453c.js +1 -0
  282. package/.next-prod/static/chunks/app/api/note/route-7c7e4c414aa6453c.js +1 -0
  283. package/.next-prod/static/chunks/app/api/ollama/config/route-7c7e4c414aa6453c.js +1 -0
  284. package/.next-prod/static/chunks/app/api/ollama/models/route-7c7e4c414aa6453c.js +1 -0
  285. package/.next-prod/static/chunks/app/api/ollama/start/route-7c7e4c414aa6453c.js +1 -0
  286. package/.next-prod/static/chunks/app/api/open-cursor/route-7c7e4c414aa6453c.js +1 -0
  287. package/.next-prod/static/chunks/app/api/open-vscode/route-7c7e4c414aa6453c.js +1 -0
  288. package/.next-prod/static/chunks/app/api/pick-folder/route-7c7e4c414aa6453c.js +1 -0
  289. package/.next-prod/static/chunks/app/api/pinned-sessions/route-7c7e4c414aa6453c.js +1 -0
  290. package/.next-prod/static/chunks/app/api/project-settings/route-7c7e4c414aa6453c.js +1 -0
  291. package/.next-prod/static/chunks/app/api/project-state/route-7c7e4c414aa6453c.js +1 -0
  292. package/.next-prod/static/chunks/app/api/projectGraph/affected/route-7c7e4c414aa6453c.js +1 -0
  293. package/.next-prod/static/chunks/app/api/projectGraph/callees/route-7c7e4c414aa6453c.js +1 -0
  294. package/.next-prod/static/chunks/app/api/projectGraph/callers/route-7c7e4c414aa6453c.js +1 -0
  295. package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-7c7e4c414aa6453c.js +1 -0
  296. package/.next-prod/static/chunks/app/api/projectGraph/context/route-7c7e4c414aa6453c.js +1 -0
  297. package/.next-prod/static/chunks/app/api/projectGraph/file/route-7c7e4c414aa6453c.js +1 -0
  298. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-7c7e4c414aa6453c.js +1 -0
  299. package/.next-prod/static/chunks/app/api/projectGraph/impact/route-7c7e4c414aa6453c.js +1 -0
  300. package/.next-prod/static/chunks/app/api/projectGraph/related/route-7c7e4c414aa6453c.js +1 -0
  301. package/.next-prod/static/chunks/app/api/projectGraph/risk/route-7c7e4c414aa6453c.js +1 -0
  302. package/.next-prod/static/chunks/app/api/projectGraph/search/route-7c7e4c414aa6453c.js +1 -0
  303. package/.next-prod/static/chunks/app/api/projects/route-7c7e4c414aa6453c.js +1 -0
  304. package/.next-prod/static/chunks/app/api/prompts/config/route-7c7e4c414aa6453c.js +1 -0
  305. package/.next-prod/static/chunks/app/api/push/public-key/route-7c7e4c414aa6453c.js +1 -0
  306. package/.next-prod/static/chunks/app/api/push/subscribe/route-7c7e4c414aa6453c.js +1 -0
  307. package/.next-prod/static/chunks/app/api/push/unsubscribe/route-7c7e4c414aa6453c.js +1 -0
  308. package/.next-prod/static/chunks/app/api/redis/command/route-7c7e4c414aa6453c.js +1 -0
  309. package/.next-prod/static/chunks/app/api/redis/connect/route-7c7e4c414aa6453c.js +1 -0
  310. package/.next-prod/static/chunks/app/api/redis/delete/route-7c7e4c414aa6453c.js +1 -0
  311. package/.next-prod/static/chunks/app/api/redis/disconnect/route-7c7e4c414aa6453c.js +1 -0
  312. package/.next-prod/static/chunks/app/api/redis/get/route-7c7e4c414aa6453c.js +1 -0
  313. package/.next-prod/static/chunks/app/api/redis/keys/route-7c7e4c414aa6453c.js +1 -0
  314. package/.next-prod/static/chunks/app/api/redis/set/route-7c7e4c414aa6453c.js +1 -0
  315. package/.next-prod/static/chunks/app/api/restart/route-7c7e4c414aa6453c.js +1 -0
  316. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-7c7e4c414aa6453c.js +1 -0
  317. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-7c7e4c414aa6453c.js +1 -0
  318. package/.next-prod/static/chunks/app/api/review/[id]/route-7c7e4c414aa6453c.js +1 -0
  319. package/.next-prod/static/chunks/app/api/review/identify/route-7c7e4c414aa6453c.js +1 -0
  320. package/.next-prod/static/chunks/app/api/review/order/route-7c7e4c414aa6453c.js +1 -0
  321. package/.next-prod/static/chunks/app/api/review/route-7c7e4c414aa6453c.js +1 -0
  322. package/.next-prod/static/chunks/app/api/review/share-info/route-7c7e4c414aa6453c.js +1 -0
  323. package/.next-prod/static/chunks/app/api/review/users/route-7c7e4c414aa6453c.js +1 -0
  324. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-7c7e4c414aa6453c.js +1 -0
  325. package/.next-prod/static/chunks/app/api/services/config/route-7c7e4c414aa6453c.js +1 -0
  326. package/.next-prod/static/chunks/app/api/services/scripts/route-7c7e4c414aa6453c.js +1 -0
  327. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-7c7e4c414aa6453c.js +1 -0
  328. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-7c7e4c414aa6453c.js +1 -0
  329. package/.next-prod/static/chunks/app/api/session-by-path/route-7c7e4c414aa6453c.js +1 -0
  330. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-7c7e4c414aa6453c.js +1 -0
  331. package/.next-prod/static/chunks/app/api/sessions/projects/route-7c7e4c414aa6453c.js +1 -0
  332. package/.next-prod/static/chunks/app/api/sessions/route-7c7e4c414aa6453c.js +1 -0
  333. package/.next-prod/static/chunks/app/api/settings/route-7c7e4c414aa6453c.js +1 -0
  334. package/.next-prod/static/chunks/app/api/shutdown/route-7c7e4c414aa6453c.js +1 -0
  335. package/.next-prod/static/chunks/app/api/skills/[id]/route-7c7e4c414aa6453c.js +1 -0
  336. package/.next-prod/static/chunks/app/api/skills/content/route-7c7e4c414aa6453c.js +1 -0
  337. package/.next-prod/static/chunks/app/api/skills/route-7c7e4c414aa6453c.js +1 -0
  338. package/.next-prod/static/chunks/app/api/snapshots/diff/route-7c7e4c414aa6453c.js +1 -0
  339. package/.next-prod/static/chunks/app/api/snapshots/route-7c7e4c414aa6453c.js +1 -0
  340. package/.next-prod/static/chunks/app/api/terminal/aliases/route-7c7e4c414aa6453c.js +1 -0
  341. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-7c7e4c414aa6453c.js +1 -0
  342. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-7c7e4c414aa6453c.js +1 -0
  343. package/.next-prod/static/chunks/app/api/terminal/env/route-7c7e4c414aa6453c.js +1 -0
  344. package/.next-prod/static/chunks/app/api/terminal/history/route-7c7e4c414aa6453c.js +1 -0
  345. package/.next-prod/static/chunks/app/api/update/route-7c7e4c414aa6453c.js +1 -0
  346. package/.next-prod/static/chunks/app/api/version/route-7c7e4c414aa6453c.js +1 -0
  347. package/.next-prod/static/chunks/app/apps/[...path]/route-7c7e4c414aa6453c.js +1 -0
  348. package/.next-prod/static/chunks/app/{layout-ab52fc1a83af968b.js → layout-b11ccf3395201b18.js} +1 -1
  349. package/.next-prod/static/chunks/app/m/page-d7c162f2db6b377c.js +1 -0
  350. package/.next-prod/static/chunks/app/manifest.webmanifest/route-7c7e4c414aa6453c.js +1 -0
  351. package/.next-prod/static/chunks/app/{page-5de8b6584e328a6f.js → page-e03b50ea13cd6198.js} +1 -1
  352. package/.next-prod/static/chunks/app/project/{page-5de8b6584e328a6f.js → page-e03b50ea13cd6198.js} +1 -1
  353. package/.next-prod/static/chunks/app/review/[id]/page-556db82704d074ab.js +1 -0
  354. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-7c7e4c414aa6453c.js +1 -0
  355. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-7c7e4c414aa6453c.js +1 -0
  356. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-7c7e4c414aa6453c.js +1 -0
  357. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-7c7e4c414aa6453c.js +1 -0
  358. package/.next-prod/static/chunks/{webpack-ce60587570394496.js → webpack-e959a5364a05b2ac.js} +1 -1
  359. package/.next-prod/static/css/237348b31ba05918.css +1 -0
  360. package/.next-prod/trace +14 -14
  361. package/.next-prod/trace-build +1 -1
  362. package/.next-prod/types/app/api/restart/route.ts +353 -0
  363. package/.next-prod/types/app/api/shutdown/route.ts +353 -0
  364. package/.next-prod/types/app/api/update/route.ts +353 -0
  365. package/.next-prod/types/routes.d.ts +4 -1
  366. package/.next-prod/types/validator.ts +27 -0
  367. package/README.md +75 -0
  368. package/README.zh.md +64 -0
  369. package/bin/cock-service.mjs +498 -0
  370. package/bin/cock.mjs +35 -27
  371. package/bin/cockpitHome.mjs +33 -0
  372. package/bin/rotateLog.mjs +52 -0
  373. package/bin/updater.mjs +231 -0
  374. package/dist/{chunk-B5LXMESP.mjs → chunk-FBAFMLUC.mjs} +1 -1
  375. package/dist/{chunk-CLPJYIFC.mjs → chunk-H6AI4XJC.mjs} +4 -3
  376. package/dist/{chunk-TU3GL2HK.mjs → chunk-ZE2JXL6E.mjs} +18 -7
  377. package/dist/httpApi.mjs +2 -2
  378. package/dist/scheduledTasks.mjs +24 -4
  379. package/dist/{server-2UJDVZ32.mjs → server-HRP33LCV.mjs} +2 -2
  380. package/dist/wsServer.mjs +144 -112
  381. package/package.json +1 -1
  382. package/public/html-lib/json-viewer.js +9 -9
  383. package/public/html-lib/markdown.css +0 -7
  384. package/public/html-lib/markdown.js +1 -1
  385. package/public/html-lib/pdf-viewer.css +0 -11
  386. package/public/html-lib/pdf-viewer.js +1 -1
  387. package/public/html-lib/theme.css +95 -11
  388. package/server.mjs +127 -11
  389. package/.next-prod/static/chunks/1157-164bcf046a0a9b15.js +0 -32
  390. package/.next-prod/static/chunks/1372-d16d68b1b03a345a.js +0 -15
  391. package/.next-prod/static/chunks/2032-f224a93f7a22bc21.js +0 -1
  392. package/.next-prod/static/chunks/6784-09dffdb0e8ca7fb3.js +0 -381
  393. package/.next-prod/static/chunks/app/_global-error/page-3c1c06e2de280418.js +0 -1
  394. package/.next-prod/static/chunks/app/api/agent/test/route-3c1c06e2de280418.js +0 -1
  395. package/.next-prod/static/chunks/app/api/bash/route-3c1c06e2de280418.js +0 -1
  396. package/.next-prod/static/chunks/app/api/chat/codex/route-3c1c06e2de280418.js +0 -1
  397. package/.next-prod/static/chunks/app/api/chat/deepseek/route-3c1c06e2de280418.js +0 -1
  398. package/.next-prod/static/chunks/app/api/chat/glm/route-3c1c06e2de280418.js +0 -1
  399. package/.next-prod/static/chunks/app/api/chat/kimi/route-3c1c06e2de280418.js +0 -1
  400. package/.next-prod/static/chunks/app/api/chat/ollama/route-3c1c06e2de280418.js +0 -1
  401. package/.next-prod/static/chunks/app/api/chat/route-3c1c06e2de280418.js +0 -1
  402. package/.next-prod/static/chunks/app/api/chat/stop/route-3c1c06e2de280418.js +0 -1
  403. package/.next-prod/static/chunks/app/api/claude-stats/route-3c1c06e2de280418.js +0 -1
  404. package/.next-prod/static/chunks/app/api/commands/route-3c1c06e2de280418.js +0 -1
  405. package/.next-prod/static/chunks/app/api/comments/route-3c1c06e2de280418.js +0 -1
  406. package/.next-prod/static/chunks/app/api/db/columns/route-3c1c06e2de280418.js +0 -1
  407. package/.next-prod/static/chunks/app/api/db/connect/route-3c1c06e2de280418.js +0 -1
  408. package/.next-prod/static/chunks/app/api/db/disconnect/route-3c1c06e2de280418.js +0 -1
  409. package/.next-prod/static/chunks/app/api/db/export/route-3c1c06e2de280418.js +0 -1
  410. package/.next-prod/static/chunks/app/api/db/query/route-3c1c06e2de280418.js +0 -1
  411. package/.next-prod/static/chunks/app/api/db/schemas/route-3c1c06e2de280418.js +0 -1
  412. package/.next-prod/static/chunks/app/api/deepseek/balance/route-3c1c06e2de280418.js +0 -1
  413. package/.next-prod/static/chunks/app/api/deepseek/credentials/route-3c1c06e2de280418.js +0 -1
  414. package/.next-prod/static/chunks/app/api/deepseek/models/route-3c1c06e2de280418.js +0 -1
  415. package/.next-prod/static/chunks/app/api/dev/spans/route-3c1c06e2de280418.js +0 -1
  416. package/.next-prod/static/chunks/app/api/extension/version/route-3c1c06e2de280418.js +0 -1
  417. package/.next-prod/static/chunks/app/api/file/route-3c1c06e2de280418.js +0 -1
  418. package/.next-prod/static/chunks/app/api/files/blame/route-3c1c06e2de280418.js +0 -1
  419. package/.next-prod/static/chunks/app/api/files/clipboard/route-3c1c06e2de280418.js +0 -1
  420. package/.next-prod/static/chunks/app/api/files/copy/route-3c1c06e2de280418.js +0 -1
  421. package/.next-prod/static/chunks/app/api/files/delete/route-3c1c06e2de280418.js +0 -1
  422. package/.next-prod/static/chunks/app/api/files/expanded/route-3c1c06e2de280418.js +0 -1
  423. package/.next-prod/static/chunks/app/api/files/index/route-3c1c06e2de280418.js +0 -1
  424. package/.next-prod/static/chunks/app/api/files/init/route-3c1c06e2de280418.js +0 -1
  425. package/.next-prod/static/chunks/app/api/files/paste/route-3c1c06e2de280418.js +0 -1
  426. package/.next-prod/static/chunks/app/api/files/read/route-3c1c06e2de280418.js +0 -1
  427. package/.next-prod/static/chunks/app/api/files/readdir/route-3c1c06e2de280418.js +0 -1
  428. package/.next-prod/static/chunks/app/api/files/recent/route-3c1c06e2de280418.js +0 -1
  429. package/.next-prod/static/chunks/app/api/files/save/route-3c1c06e2de280418.js +0 -1
  430. package/.next-prod/static/chunks/app/api/files/search/route-3c1c06e2de280418.js +0 -1
  431. package/.next-prod/static/chunks/app/api/files/stat/route-3c1c06e2de280418.js +0 -1
  432. package/.next-prod/static/chunks/app/api/files/text/route-3c1c06e2de280418.js +0 -1
  433. package/.next-prod/static/chunks/app/api/git/branch-diff/route-3c1c06e2de280418.js +0 -1
  434. package/.next-prod/static/chunks/app/api/git/branches/route-3c1c06e2de280418.js +0 -1
  435. package/.next-prod/static/chunks/app/api/git/commit-diff/route-3c1c06e2de280418.js +0 -1
  436. package/.next-prod/static/chunks/app/api/git/commits/route-3c1c06e2de280418.js +0 -1
  437. package/.next-prod/static/chunks/app/api/git/current-branch/route-3c1c06e2de280418.js +0 -1
  438. package/.next-prod/static/chunks/app/api/git/diff/route-3c1c06e2de280418.js +0 -1
  439. package/.next-prod/static/chunks/app/api/git/discard/route-3c1c06e2de280418.js +0 -1
  440. package/.next-prod/static/chunks/app/api/git/stage/route-3c1c06e2de280418.js +0 -1
  441. package/.next-prod/static/chunks/app/api/git/status/route-3c1c06e2de280418.js +0 -1
  442. package/.next-prod/static/chunks/app/api/git/unstage/route-3c1c06e2de280418.js +0 -1
  443. package/.next-prod/static/chunks/app/api/git/worktree/route-3c1c06e2de280418.js +0 -1
  444. package/.next-prod/static/chunks/app/api/glm/credentials/route-3c1c06e2de280418.js +0 -1
  445. package/.next-prod/static/chunks/app/api/glm/models/route-3c1c06e2de280418.js +0 -1
  446. package/.next-prod/static/chunks/app/api/glm/usage/route-3c1c06e2de280418.js +0 -1
  447. package/.next-prod/static/chunks/app/api/global-state/route-3c1c06e2de280418.js +0 -1
  448. package/.next-prod/static/chunks/app/api/health/route-3c1c06e2de280418.js +0 -1
  449. package/.next-prod/static/chunks/app/api/html-apps/[id]/route-3c1c06e2de280418.js +0 -1
  450. package/.next-prod/static/chunks/app/api/html-apps/route-3c1c06e2de280418.js +0 -1
  451. package/.next-prod/static/chunks/app/api/jupyter/load/route-3c1c06e2de280418.js +0 -1
  452. package/.next-prod/static/chunks/app/api/jupyter/save/route-3c1c06e2de280418.js +0 -1
  453. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-3c1c06e2de280418.js +0 -1
  454. package/.next-prod/static/chunks/app/api/kimi/credentials/route-3c1c06e2de280418.js +0 -1
  455. package/.next-prod/static/chunks/app/api/kimi/models/route-3c1c06e2de280418.js +0 -1
  456. package/.next-prod/static/chunks/app/api/kimi/usage/route-3c1c06e2de280418.js +0 -1
  457. package/.next-prod/static/chunks/app/api/lsp/definition/route-3c1c06e2de280418.js +0 -1
  458. package/.next-prod/static/chunks/app/api/lsp/hover/route-3c1c06e2de280418.js +0 -1
  459. package/.next-prod/static/chunks/app/api/lsp/references/route-3c1c06e2de280418.js +0 -1
  460. package/.next-prod/static/chunks/app/api/lsp/status/route-3c1c06e2de280418.js +0 -1
  461. package/.next-prod/static/chunks/app/api/lsp/warmup/route-3c1c06e2de280418.js +0 -1
  462. package/.next-prod/static/chunks/app/api/mysql/columns/route-3c1c06e2de280418.js +0 -1
  463. package/.next-prod/static/chunks/app/api/mysql/connect/route-3c1c06e2de280418.js +0 -1
  464. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-3c1c06e2de280418.js +0 -1
  465. package/.next-prod/static/chunks/app/api/mysql/export/route-3c1c06e2de280418.js +0 -1
  466. package/.next-prod/static/chunks/app/api/mysql/query/route-3c1c06e2de280418.js +0 -1
  467. package/.next-prod/static/chunks/app/api/mysql/schemas/route-3c1c06e2de280418.js +0 -1
  468. package/.next-prod/static/chunks/app/api/neo4j/connect/route-3c1c06e2de280418.js +0 -1
  469. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-3c1c06e2de280418.js +0 -1
  470. package/.next-prod/static/chunks/app/api/neo4j/query/route-3c1c06e2de280418.js +0 -1
  471. package/.next-prod/static/chunks/app/api/neo4j/schema/route-3c1c06e2de280418.js +0 -1
  472. package/.next-prod/static/chunks/app/api/note/route-3c1c06e2de280418.js +0 -1
  473. package/.next-prod/static/chunks/app/api/ollama/config/route-3c1c06e2de280418.js +0 -1
  474. package/.next-prod/static/chunks/app/api/ollama/models/route-3c1c06e2de280418.js +0 -1
  475. package/.next-prod/static/chunks/app/api/ollama/start/route-3c1c06e2de280418.js +0 -1
  476. package/.next-prod/static/chunks/app/api/open-cursor/route-3c1c06e2de280418.js +0 -1
  477. package/.next-prod/static/chunks/app/api/open-vscode/route-3c1c06e2de280418.js +0 -1
  478. package/.next-prod/static/chunks/app/api/pick-folder/route-3c1c06e2de280418.js +0 -1
  479. package/.next-prod/static/chunks/app/api/pinned-sessions/route-3c1c06e2de280418.js +0 -1
  480. package/.next-prod/static/chunks/app/api/project-settings/route-3c1c06e2de280418.js +0 -1
  481. package/.next-prod/static/chunks/app/api/project-state/route-3c1c06e2de280418.js +0 -1
  482. package/.next-prod/static/chunks/app/api/projectGraph/affected/route-3c1c06e2de280418.js +0 -1
  483. package/.next-prod/static/chunks/app/api/projectGraph/callees/route-3c1c06e2de280418.js +0 -1
  484. package/.next-prod/static/chunks/app/api/projectGraph/callers/route-3c1c06e2de280418.js +0 -1
  485. package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-3c1c06e2de280418.js +0 -1
  486. package/.next-prod/static/chunks/app/api/projectGraph/context/route-3c1c06e2de280418.js +0 -1
  487. package/.next-prod/static/chunks/app/api/projectGraph/file/route-3c1c06e2de280418.js +0 -1
  488. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-3c1c06e2de280418.js +0 -1
  489. package/.next-prod/static/chunks/app/api/projectGraph/impact/route-3c1c06e2de280418.js +0 -1
  490. package/.next-prod/static/chunks/app/api/projectGraph/related/route-3c1c06e2de280418.js +0 -1
  491. package/.next-prod/static/chunks/app/api/projectGraph/risk/route-3c1c06e2de280418.js +0 -1
  492. package/.next-prod/static/chunks/app/api/projectGraph/search/route-3c1c06e2de280418.js +0 -1
  493. package/.next-prod/static/chunks/app/api/projects/route-3c1c06e2de280418.js +0 -1
  494. package/.next-prod/static/chunks/app/api/prompts/config/route-3c1c06e2de280418.js +0 -1
  495. package/.next-prod/static/chunks/app/api/push/public-key/route-3c1c06e2de280418.js +0 -1
  496. package/.next-prod/static/chunks/app/api/push/subscribe/route-3c1c06e2de280418.js +0 -1
  497. package/.next-prod/static/chunks/app/api/push/unsubscribe/route-3c1c06e2de280418.js +0 -1
  498. package/.next-prod/static/chunks/app/api/redis/command/route-3c1c06e2de280418.js +0 -1
  499. package/.next-prod/static/chunks/app/api/redis/connect/route-3c1c06e2de280418.js +0 -1
  500. package/.next-prod/static/chunks/app/api/redis/delete/route-3c1c06e2de280418.js +0 -1
  501. package/.next-prod/static/chunks/app/api/redis/disconnect/route-3c1c06e2de280418.js +0 -1
  502. package/.next-prod/static/chunks/app/api/redis/get/route-3c1c06e2de280418.js +0 -1
  503. package/.next-prod/static/chunks/app/api/redis/keys/route-3c1c06e2de280418.js +0 -1
  504. package/.next-prod/static/chunks/app/api/redis/set/route-3c1c06e2de280418.js +0 -1
  505. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-3c1c06e2de280418.js +0 -1
  506. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-3c1c06e2de280418.js +0 -1
  507. package/.next-prod/static/chunks/app/api/review/[id]/route-3c1c06e2de280418.js +0 -1
  508. package/.next-prod/static/chunks/app/api/review/identify/route-3c1c06e2de280418.js +0 -1
  509. package/.next-prod/static/chunks/app/api/review/order/route-3c1c06e2de280418.js +0 -1
  510. package/.next-prod/static/chunks/app/api/review/route-3c1c06e2de280418.js +0 -1
  511. package/.next-prod/static/chunks/app/api/review/share-info/route-3c1c06e2de280418.js +0 -1
  512. package/.next-prod/static/chunks/app/api/review/users/route-3c1c06e2de280418.js +0 -1
  513. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-3c1c06e2de280418.js +0 -1
  514. package/.next-prod/static/chunks/app/api/services/config/route-3c1c06e2de280418.js +0 -1
  515. package/.next-prod/static/chunks/app/api/services/scripts/route-3c1c06e2de280418.js +0 -1
  516. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-3c1c06e2de280418.js +0 -1
  517. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-3c1c06e2de280418.js +0 -1
  518. package/.next-prod/static/chunks/app/api/session-by-path/route-3c1c06e2de280418.js +0 -1
  519. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-3c1c06e2de280418.js +0 -1
  520. package/.next-prod/static/chunks/app/api/sessions/projects/route-3c1c06e2de280418.js +0 -1
  521. package/.next-prod/static/chunks/app/api/sessions/route-3c1c06e2de280418.js +0 -1
  522. package/.next-prod/static/chunks/app/api/settings/route-3c1c06e2de280418.js +0 -1
  523. package/.next-prod/static/chunks/app/api/skills/[id]/route-3c1c06e2de280418.js +0 -1
  524. package/.next-prod/static/chunks/app/api/skills/content/route-3c1c06e2de280418.js +0 -1
  525. package/.next-prod/static/chunks/app/api/skills/route-3c1c06e2de280418.js +0 -1
  526. package/.next-prod/static/chunks/app/api/snapshots/diff/route-3c1c06e2de280418.js +0 -1
  527. package/.next-prod/static/chunks/app/api/snapshots/route-3c1c06e2de280418.js +0 -1
  528. package/.next-prod/static/chunks/app/api/terminal/aliases/route-3c1c06e2de280418.js +0 -1
  529. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-3c1c06e2de280418.js +0 -1
  530. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-3c1c06e2de280418.js +0 -1
  531. package/.next-prod/static/chunks/app/api/terminal/env/route-3c1c06e2de280418.js +0 -1
  532. package/.next-prod/static/chunks/app/api/terminal/history/route-3c1c06e2de280418.js +0 -1
  533. package/.next-prod/static/chunks/app/api/version/route-3c1c06e2de280418.js +0 -1
  534. package/.next-prod/static/chunks/app/apps/[...path]/route-3c1c06e2de280418.js +0 -1
  535. package/.next-prod/static/chunks/app/m/page-7dcf56a65528216f.js +0 -1
  536. package/.next-prod/static/chunks/app/manifest.webmanifest/route-3c1c06e2de280418.js +0 -1
  537. package/.next-prod/static/chunks/app/review/[id]/page-c0136423507b7547.js +0 -1
  538. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-3c1c06e2de280418.js +0 -1
  539. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-3c1c06e2de280418.js +0 -1
  540. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-3c1c06e2de280418.js +0 -1
  541. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-3c1c06e2de280418.js +0 -1
  542. package/.next-prod/static/css/83c134c954630942.css +0 -1
  543. package/.next-prod/static/pgteRwI6FQcp683smeSNO/_buildManifest.js +0 -1
  544. /package/.next-prod/static/{pgteRwI6FQcp683smeSNO → Jy5sAJFfhng774VeXYdQS}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- pgteRwI6FQcp683smeSNO
1
+ Jy5sAJFfhng774VeXYdQS
@@ -127,23 +127,26 @@
127
127
  "/favicon.ico/route": "/favicon.ico",
128
128
  "/manifest.webmanifest/route": "/manifest.webmanifest",
129
129
  "/api/agent/test/route": "/api/agent/test",
130
- "/api/extension/version/route": "/api/extension/version",
131
130
  "/api/dev/spans/route": "/api/dev/spans",
131
+ "/api/extension/version/route": "/api/extension/version",
132
132
  "/api/health/route": "/api/health",
133
- "/api/open-cursor/route": "/api/open-cursor",
134
133
  "/api/note/route": "/api/note",
134
+ "/api/open-cursor/route": "/api/open-cursor",
135
135
  "/api/open-vscode/route": "/api/open-vscode",
136
136
  "/api/pinned-sessions/route": "/api/pinned-sessions",
137
137
  "/api/pick-folder/route": "/api/pick-folder",
138
138
  "/api/project-settings/route": "/api/project-settings",
139
139
  "/api/projects/route": "/api/projects",
140
- "/api/project-state/route": "/api/project-state",
141
140
  "/api/prompts/config/route": "/api/prompts/config",
141
+ "/api/project-state/route": "/api/project-state",
142
+ "/api/restart/route": "/api/restart",
142
143
  "/api/services/config/route": "/api/services/config",
143
144
  "/api/services/scripts/route": "/api/services/scripts",
144
145
  "/api/settings/route": "/api/settings",
146
+ "/api/shutdown/route": "/api/shutdown",
145
147
  "/api/terminal/bubble-order/route": "/api/terminal/bubble-order",
146
148
  "/api/version/route": "/api/version",
149
+ "/api/update/route": "/api/update",
147
150
  "/m/page": "/m",
148
151
  "/page": "/",
149
152
  "/project/page": "/project",
@@ -4,11 +4,11 @@
4
4
  ],
5
5
  "devFiles": [],
6
6
  "lowPriorityFiles": [
7
- "static/pgteRwI6FQcp683smeSNO/_buildManifest.js",
8
- "static/pgteRwI6FQcp683smeSNO/_ssgManifest.js"
7
+ "static/Jy5sAJFfhng774VeXYdQS/_buildManifest.js",
8
+ "static/Jy5sAJFfhng774VeXYdQS/_ssgManifest.js"
9
9
  ],
10
10
  "rootMainFiles": [
11
- "static/chunks/webpack-ce60587570394496.js",
11
+ "static/chunks/webpack-e959a5364a05b2ac.js",
12
12
  "static/chunks/4bd1b696-8a4ab4fdf0ae305a.js",
13
13
  "static/chunks/3794-d7cddff008311ab3.js",
14
14
  "static/chunks/main-app-1eb2a3d94fb55bbf.js"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "next": "16.3.0",
3
- "node": "v22.23.1",
4
- "stampedAt": "2026-08-13T04:16:24.899Z"
3
+ "node": "v22.23.2",
4
+ "stampedAt": "2026-08-14T14:22:51.374Z"
5
5
  }
@@ -34,7 +34,7 @@
34
34
  "routeType": "page",
35
35
  "response": "complete",
36
36
  "compute": "static",
37
- "htmlSize": 17038,
37
+ "htmlSize": 17269,
38
38
  "experimentalBypassFor": [
39
39
  {
40
40
  "type": "header",
@@ -126,8 +126,8 @@
126
126
  "dynamicRoutes": {},
127
127
  "notFoundRoutes": [],
128
128
  "preview": {
129
- "previewModeId": "2d9ee6430d2043dd0e58e88134de15fa",
130
- "previewModeSigningKey": "c56262a87c7cc5e72185ab78fc708c95beb25d9570d59ec7755c11f506a57c60",
131
- "previewModeEncryptionKey": "e6267287a8c0b2082f282474864cc298774d0628bd4462a52ea1da2caaee8a39"
129
+ "previewModeId": "c55624e7aebbff4350444319a980a733",
130
+ "previewModeSigningKey": "04c72f17d35754d0b9d8663cabfa4b2b904291d1d3b22779b0187d886830819b",
131
+ "previewModeEncryptionKey": "84966e920fe971132ed7550880b7154d1b6bce62239a44537719ee36da9ed2eb"
132
132
  }
133
133
  }
@@ -4032,7 +4032,7 @@
4032
4032
  "id": 71959,
4033
4033
  "files": [
4034
4034
  "static/chunks/e868780c.bf7462247eeab995.js",
4035
- "static/chunks/1959.a8039e13d14ada11.js"
4035
+ "static/chunks/1959.1d5dbd36400b94d2.js"
4036
4036
  ]
4037
4037
  },
4038
4038
  "../packages/feature/explorer/src/client/fileBrowser/FilePdfPreview.tsx -> pdfjs-dist": {
@@ -782,6 +782,12 @@
782
782
  "routeKeys": {},
783
783
  "namedRegex": "^/api/redis/set(?:/)?$"
784
784
  },
785
+ {
786
+ "page": "/api/restart",
787
+ "regex": "^/api/restart(?:/)?$",
788
+ "routeKeys": {},
789
+ "namedRegex": "^/api/restart(?:/)?$"
790
+ },
785
791
  {
786
792
  "page": "/api/review",
787
793
  "regex": "^/api/review(?:/)?$",
@@ -854,6 +860,12 @@
854
860
  "routeKeys": {},
855
861
  "namedRegex": "^/api/settings(?:/)?$"
856
862
  },
863
+ {
864
+ "page": "/api/shutdown",
865
+ "regex": "^/api/shutdown(?:/)?$",
866
+ "routeKeys": {},
867
+ "namedRegex": "^/api/shutdown(?:/)?$"
868
+ },
857
869
  {
858
870
  "page": "/api/skills",
859
871
  "regex": "^/api/skills(?:/)?$",
@@ -908,6 +920,12 @@
908
920
  "routeKeys": {},
909
921
  "namedRegex": "^/api/terminal/history(?:/)?$"
910
922
  },
923
+ {
924
+ "page": "/api/update",
925
+ "regex": "^/api/update(?:/)?$",
926
+ "routeKeys": {},
927
+ "namedRegex": "^/api/update(?:/)?$"
928
+ },
911
929
  {
912
930
  "page": "/api/version",
913
931
  "regex": "^/api/version(?:/)?$",
@@ -1,4 +1,4 @@
1
- (()=>{var a={};a.id=4896,a.ids=[4896],a.modules={3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},24930:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>k,handler:()=>m,routeModule:()=>l});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i={children:["",{children:["_global-error",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,71311,23))),"next/dist/client/components/builtin/app-error.js"]}]},{}]},{"global-error":[(0,d.p)(()=>Promise.resolve().then(c.bind(c,81227))),"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"],forbidden:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,j=(0,e.H)({tree:i,page:"/_global-error/page",pathname:"/_global-error",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),k=j.__next_app__,l=j.routeModule,m=j.handler},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},30337:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,15098,23)),Promise.resolve().then(c.t.bind(c,47644,23)),Promise.resolve().then(c.t.bind(c,33859,23)),Promise.resolve().then(c.t.bind(c,98099,23)),Promise.resolve().then(c.t.bind(c,16237,23)),Promise.resolve().then(c.t.bind(c,98562,23)),Promise.resolve().then(c.t.bind(c,36675,23))},33873:a=>{"use strict";a.exports=require("path")},38522:a=>{"use strict";a.exports=require("node:zlib")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},43489:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,60440,23)),Promise.resolve().then(c.t.bind(c,84342,23)),Promise.resolve().then(c.t.bind(c,82265,23)),Promise.resolve().then(c.t.bind(c,35421,23)),Promise.resolve().then(c.t.bind(c,61335,23)),Promise.resolve().then(c.t.bind(c,70664,23)),Promise.resolve().then(c.bind(c,74661))},44616:(a,b,c)=>{Promise.resolve().then(c.bind(c,67045))},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},48928:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0});var d={WarningIcon:function(){return i},errorStyles:function(){return g},errorThemeCss:function(){return h}};for(var e in d)Object.defineProperty(b,e,{enumerable:!0,get:d[e]});c(62605);let f=c(5735);c(91986);let g={container:{fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",display:"flex",alignItems:"center",justifyContent:"center"},card:{marginTop:"-32px",maxWidth:"325px",padding:"32px 28px",textAlign:"left"},icon:{marginBottom:"24px"},title:{fontSize:"24px",fontWeight:500,letterSpacing:"-0.02em",lineHeight:"32px",margin:"0 0 12px 0",color:"var(--next-error-title)"},message:{fontSize:"14px",fontWeight:400,lineHeight:"21px",margin:"0 0 20px 0",color:"var(--next-error-message)"},form:{margin:0},buttonGroup:{display:"flex",gap:"8px",alignItems:"center"},button:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-text)",background:"var(--next-error-btn-bg)",border:"var(--next-error-btn-border)"},buttonSecondary:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-secondary-text)",background:"var(--next-error-btn-secondary-bg)",border:"var(--next-error-btn-secondary-border)"},digestFooter:{position:"fixed",bottom:"32px",left:"0",right:"0",textAlign:"center",fontFamily:'ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace',fontSize:"12px",lineHeight:"18px",fontWeight:400,margin:"0",color:"var(--next-error-digest)"}},h=`
1
+ (()=>{var a={};a.id=4896,a.ids=[4896],a.modules={3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},24878:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>k,handler:()=>m,routeModule:()=>l});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i={children:["",{children:["_global-error",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,71311,23))),"next/dist/client/components/builtin/app-error.js"]}]},{}]},{"global-error":[(0,d.p)(()=>Promise.resolve().then(c.bind(c,81227))),"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"],forbidden:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,j=(0,e.H)({tree:i,page:"/_global-error/page",pathname:"/_global-error",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),k=j.__next_app__,l=j.routeModule,m=j.handler},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},30337:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,15098,23)),Promise.resolve().then(c.t.bind(c,47644,23)),Promise.resolve().then(c.t.bind(c,33859,23)),Promise.resolve().then(c.t.bind(c,98099,23)),Promise.resolve().then(c.t.bind(c,16237,23)),Promise.resolve().then(c.t.bind(c,98562,23)),Promise.resolve().then(c.t.bind(c,36675,23))},33873:a=>{"use strict";a.exports=require("path")},38522:a=>{"use strict";a.exports=require("node:zlib")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},43489:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,60440,23)),Promise.resolve().then(c.t.bind(c,84342,23)),Promise.resolve().then(c.t.bind(c,82265,23)),Promise.resolve().then(c.t.bind(c,35421,23)),Promise.resolve().then(c.t.bind(c,61335,23)),Promise.resolve().then(c.t.bind(c,70664,23)),Promise.resolve().then(c.bind(c,74661))},44616:(a,b,c)=>{Promise.resolve().then(c.bind(c,67045))},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},48928:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0});var d={WarningIcon:function(){return i},errorStyles:function(){return g},errorThemeCss:function(){return h}};for(var e in d)Object.defineProperty(b,e,{enumerable:!0,get:d[e]});c(62605);let f=c(5735);c(91986);let g={container:{fontFamily:'system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"',height:"100vh",display:"flex",alignItems:"center",justifyContent:"center"},card:{marginTop:"-32px",maxWidth:"325px",padding:"32px 28px",textAlign:"left"},icon:{marginBottom:"24px"},title:{fontSize:"24px",fontWeight:500,letterSpacing:"-0.02em",lineHeight:"32px",margin:"0 0 12px 0",color:"var(--next-error-title)"},message:{fontSize:"14px",fontWeight:400,lineHeight:"21px",margin:"0 0 20px 0",color:"var(--next-error-message)"},form:{margin:0},buttonGroup:{display:"flex",gap:"8px",alignItems:"center"},button:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-text)",background:"var(--next-error-btn-bg)",border:"var(--next-error-btn-border)"},buttonSecondary:{display:"inline-flex",alignItems:"center",justifyContent:"center",height:"32px",padding:"0 12px",fontSize:"14px",fontWeight:500,lineHeight:"20px",borderRadius:"6px",cursor:"pointer",color:"var(--next-error-btn-secondary-text)",background:"var(--next-error-btn-secondary-bg)",border:"var(--next-error-btn-secondary-border)"},digestFooter:{position:"fixed",bottom:"32px",left:"0",right:"0",textAlign:"center",fontFamily:'ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,monospace',fontSize:"12px",lineHeight:"18px",fontWeight:400,margin:"0",color:"var(--next-error-digest)"}},h=`
2
2
  :root {
3
3
  --next-error-bg: #fff;
4
4
  --next-error-text: #171717;
@@ -28,4 +28,4 @@
28
28
  }
29
29
  }
30
30
  body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }
31
- `.replace(/\n\s*/g,"");function i(){return(0,f.jsx)("svg",{width:"32",height:"32",viewBox:"-0.2 -1.5 32 32",fill:"none",style:g.icon,children:(0,f.jsx)("path",{d:"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z",fill:"var(--next-error-title)"})})}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},62605:(a,b,c)=>{"use strict";function d(a){return a&&a.__esModule?a:{default:a}}c.r(b),c.d(b,{_:()=>d})},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67045:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>e});var d=c(48249);function e({error:a,reset:b}){return(0,d.jsx)("html",{children:(0,d.jsx)("body",{children:(0,d.jsxs)("div",{style:{padding:"2rem",fontFamily:"system-ui, sans-serif"},children:[(0,d.jsx)("h2",{children:"Something went wrong"}),(0,d.jsx)("p",{style:{color:"#666"},children:a.message}),(0,d.jsx)("button",{onClick:b,style:{marginTop:"1rem",padding:"0.5rem 1rem",cursor:"pointer",borderRadius:"0.375rem",border:"1px solid #ccc",background:"#fff"},children:"Try again"})]})})})}},71311:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"default",{enumerable:!0,get:function(){return f}}),c(62605);let d=c(5735);c(91986);let e=c(48928),f=function(){return(0,d.jsxs)("html",{id:"__next_error__",children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("title",{children:"500: This page couldn’t load"}),(0,d.jsx)("style",{dangerouslySetInnerHTML:{__html:e.errorThemeCss}})]}),(0,d.jsx)("body",{children:(0,d.jsx)("div",{style:e.errorStyles.container,children:(0,d.jsxs)("div",{style:e.errorStyles.card,children:[(0,d.jsx)(e.WarningIcon,{}),(0,d.jsx)("h1",{style:e.errorStyles.title,children:"This page couldn’t load"}),(0,d.jsx)("p",{style:e.errorStyles.message,children:"A server error occurred. Reload to try again."}),(0,d.jsx)("form",{style:e.errorStyles.form,children:(0,d.jsx)("button",{type:"submit",style:e.errorStyles.button,children:"Reload"})})]})})})]})};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},78335:()=>{},81064:(a,b,c)=>{Promise.resolve().then(c.bind(c,81227))},81227:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx","default")},96487:()=>{}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,6644],()=>b(b.s=24930));module.exports=c})();
31
+ `.replace(/\n\s*/g,"");function i(){return(0,f.jsx)("svg",{width:"32",height:"32",viewBox:"-0.2 -1.5 32 32",fill:"none",style:g.icon,children:(0,f.jsx)("path",{d:"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z",fill:"var(--next-error-title)"})})}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},62605:(a,b,c)=>{"use strict";function d(a){return a&&a.__esModule?a:{default:a}}c.r(b),c.d(b,{_:()=>d})},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67045:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>e});var d=c(48249);function e({error:a,reset:b}){return(0,d.jsx)("html",{children:(0,d.jsx)("body",{children:(0,d.jsxs)("div",{style:{padding:"2rem",fontFamily:"system-ui, sans-serif"},children:[(0,d.jsx)("h2",{children:"Something went wrong"}),(0,d.jsx)("p",{style:{color:"#666"},children:a.message}),(0,d.jsx)("button",{onClick:b,style:{marginTop:"1rem",padding:"0.5rem 1rem",cursor:"pointer",borderRadius:"0.375rem",border:"1px solid #ccc",background:"#fff"},children:"Try again"})]})})})}},71311:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"default",{enumerable:!0,get:function(){return f}}),c(62605);let d=c(5735);c(91986);let e=c(48928),f=function(){return(0,d.jsxs)("html",{id:"__next_error__",children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("title",{children:"500: This page couldn’t load"}),(0,d.jsx)("style",{dangerouslySetInnerHTML:{__html:e.errorThemeCss}})]}),(0,d.jsx)("body",{children:(0,d.jsx)("div",{style:e.errorStyles.container,children:(0,d.jsxs)("div",{style:e.errorStyles.card,children:[(0,d.jsx)(e.WarningIcon,{}),(0,d.jsx)("h1",{style:e.errorStyles.title,children:"This page couldn’t load"}),(0,d.jsx)("p",{style:e.errorStyles.message,children:"A server error occurred. Reload to try again."}),(0,d.jsx)("form",{style:e.errorStyles.form,children:(0,d.jsx)("button",{type:"submit",style:e.errorStyles.button,children:"Reload"})})]})})})]})};("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},78335:()=>{},81064:(a,b,c)=>{Promise.resolve().then(c.bind(c,81227))},81227:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx","default")},96487:()=>{}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,6644],()=>b(b.s=24878));module.exports=c})();
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2228":{"*":{"id":"25608","name":"*","chunks":[],"async":true}},"19736":{"*":{"id":"61130","name":"*","chunks":[],"async":false}},"21484":{"*":{"id":"77220","name":"*","chunks":[],"async":false}},"24058":{"*":{"id":"3588","name":"*","chunks":[],"async":true}},"26719":{"*":{"id":"67045","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"45354","name":"*","chunks":[],"async":false}},"29729":{"*":{"id":"76263","name":"*","chunks":[],"async":false}},"42701":{"*":{"id":"8077","name":"*","chunks":[],"async":true}},"47617":{"*":{"id":"29491","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"60865":{"*":{"id":"34001","name":"*","chunks":[],"async":true}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"45320","name":"*","chunks":[],"async":false}},"62469":{"*":{"id":"77462","name":"*","chunks":[],"async":true}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"68016":{"*":{"id":"8366","name":"*","chunks":[],"async":true}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"83179","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"4462","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"38878","name":"*","chunks":[],"async":true}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"92608","name":"*","chunks":[],"async":false}},"82032":{"*":{"id":"12568","name":"*","chunks":[],"async":false}},"83519":{"*":{"id":"94481","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"77120","name":"*","chunks":[],"async":true}},"86481":{"*":{"id":"99033","name":"*","chunks":[],"async":true}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"37129","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"79758","name":"*","chunks":[],"async":false}},"99324":{"*":{"id":"26188","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":36791,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","7177","static/chunks/app/layout-ab52fc1a83af968b.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Lora\",\"arguments\":[{\"variable\":\"--font-lora\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"lora\"}":{"id":7815,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","7177","static/chunks/app/layout-ab52fc1a83af968b.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"variable\":\"--font-jetbrains-mono\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":66924,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","7177","static/chunks/app/layout-ab52fc1a83af968b.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/EmptyState.tsx":{"id":76288,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/I18nProvider.tsx":{"id":47617,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteModal.tsx":{"id":60865,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteToolbar.tsx":{"id":76043,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectItem.tsx":{"id":2228,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectSidebar.tsx":{"id":42701,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Providers.tsx":{"id":29729,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SessionBrowser.tsx":{"id":83678,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SettingsModal.tsx":{"id":21484,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabBar.tsx":{"id":24058,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManager.tsx":{"id":62469,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManagerTopBar.tsx":{"id":76412,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/useTabState.ts":{"id":89039,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Workspace.tsx":{"id":86481,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/src/app/globals.css":{"id":51743,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","7177","static/chunks/app/layout-ab52fc1a83af968b.js"],"async":false},"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx":{"id":26719,"name":"*","chunks":["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"async":false},"/home/runner/work/cockpit/cockpit/src/app/m/MobileClient.tsx":{"id":68016,"name":"*","chunks":[],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewHighlights.ts":{"id":99324,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewIdentity.ts":{"id":93975,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewCommentsListModal.tsx":{"id":19736,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewDropdown.tsx":{"id":82032,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewIdentitySettings.tsx":{"id":28898,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewListPanel.tsx":{"id":83519,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewPage.tsx":{"id":62177,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ShareReviewToggle.tsx":{"id":79968,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/cockpit/cockpit/src/":[],"/home/runner/work/cockpit/cockpit/src/app/layout":[{"inlined":false,"path":"static/css/e33280be1b23649f.css"},{"inlined":false,"path":"static/css/52b314bf20332f7c.css"},{"inlined":false,"path":"static/css/83c134c954630942.css"}],"/home/runner/work/cockpit/cockpit/src/app/global-error":[],"/home/runner/work/cockpit/cockpit/src/app/page":[{"inlined":false,"path":"static/css/52b314bf20332f7c.css"}],"/home/runner/work/cockpit/cockpit/src/app/_global-error/page":[]},"rscModuleMapping":{"2228":{"*":{"id":"85906","name":"*","chunks":[],"async":false}},"19736":{"*":{"id":"63376","name":"*","chunks":[],"async":false}},"21484":{"*":{"id":"19562","name":"*","chunks":[],"async":false}},"24058":{"*":{"id":"83022","name":"*","chunks":[],"async":false}},"26719":{"*":{"id":"81227","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"42784","name":"*","chunks":[],"async":false}},"29729":{"*":{"id":"25702","name":"*","chunks":[],"async":false}},"42701":{"*":{"id":"72399","name":"*","chunks":[],"async":false}},"47617":{"*":{"id":"99829","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"60865":{"*":{"id":"24943","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"28820","name":"*","chunks":[],"async":false}},"62469":{"*":{"id":"6612","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"68016":{"*":{"id":"75300","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"74837","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"55632","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"93448","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"74824","name":"*","chunks":[],"async":false}},"82032":{"*":{"id":"1134","name":"*","chunks":[],"async":false}},"83519":{"*":{"id":"20975","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"47938","name":"*","chunks":[],"async":false}},"86481":{"*":{"id":"84747","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"65395","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"61169","name":"*","chunks":[],"async":false}},"99324":{"*":{"id":"73370","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_global-error/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2228":{"*":{"id":"25608","name":"*","chunks":[],"async":true}},"19736":{"*":{"id":"61130","name":"*","chunks":[],"async":false}},"21484":{"*":{"id":"77220","name":"*","chunks":[],"async":false}},"24058":{"*":{"id":"3588","name":"*","chunks":[],"async":true}},"26719":{"*":{"id":"67045","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"45354","name":"*","chunks":[],"async":false}},"47617":{"*":{"id":"29491","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"60865":{"*":{"id":"34001","name":"*","chunks":[],"async":true}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"45320","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"68016":{"*":{"id":"8366","name":"*","chunks":[],"async":true}},"69494":{"*":{"id":"8077","name":"*","chunks":[],"async":true}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"75476":{"*":{"id":"5924","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"83179","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"4462","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"38878","name":"*","chunks":[],"async":true}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"92608","name":"*","chunks":[],"async":false}},"82032":{"*":{"id":"12568","name":"*","chunks":[],"async":false}},"83519":{"*":{"id":"94481","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"77120","name":"*","chunks":[],"async":true}},"86481":{"*":{"id":"99033","name":"*","chunks":[],"async":true}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"37129","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"79758","name":"*","chunks":[],"async":false}},"97248":{"*":{"id":"77462","name":"*","chunks":[],"async":true}},"99324":{"*":{"id":"26188","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":36791,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","7177","static/chunks/app/layout-b11ccf3395201b18.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Lora\",\"arguments\":[{\"variable\":\"--font-lora\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"lora\"}":{"id":7815,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","7177","static/chunks/app/layout-b11ccf3395201b18.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"variable\":\"--font-jetbrains-mono\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":66924,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","7177","static/chunks/app/layout-b11ccf3395201b18.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/EmptyState.tsx":{"id":76288,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/I18nProvider.tsx":{"id":47617,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteModal.tsx":{"id":60865,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteToolbar.tsx":{"id":76043,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectItem.tsx":{"id":2228,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectSidebar.tsx":{"id":69494,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Providers.tsx":{"id":75476,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SessionBrowser.tsx":{"id":83678,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SettingsModal.tsx":{"id":21484,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabBar.tsx":{"id":24058,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManager.tsx":{"id":97248,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManagerTopBar.tsx":{"id":76412,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/useTabState.ts":{"id":89039,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Workspace.tsx":{"id":86481,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/src/app/globals.css":{"id":51743,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","7177","static/chunks/app/layout-b11ccf3395201b18.js"],"async":false},"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx":{"id":26719,"name":"*","chunks":["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"async":false},"/home/runner/work/cockpit/cockpit/src/app/m/MobileClient.tsx":{"id":68016,"name":"*","chunks":[],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewHighlights.ts":{"id":99324,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewIdentity.ts":{"id":93975,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewCommentsListModal.tsx":{"id":19736,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewDropdown.tsx":{"id":82032,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewIdentitySettings.tsx":{"id":28898,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewListPanel.tsx":{"id":83519,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewPage.tsx":{"id":62177,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ShareReviewToggle.tsx":{"id":79968,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/cockpit/cockpit/src/":[],"/home/runner/work/cockpit/cockpit/src/app/layout":[{"inlined":false,"path":"static/css/e33280be1b23649f.css"},{"inlined":false,"path":"static/css/52b314bf20332f7c.css"},{"inlined":false,"path":"static/css/237348b31ba05918.css"}],"/home/runner/work/cockpit/cockpit/src/app/global-error":[],"/home/runner/work/cockpit/cockpit/src/app/page":[{"inlined":false,"path":"static/css/52b314bf20332f7c.css"}],"/home/runner/work/cockpit/cockpit/src/app/_global-error/page":[]},"rscModuleMapping":{"2228":{"*":{"id":"85906","name":"*","chunks":[],"async":false}},"19736":{"*":{"id":"63376","name":"*","chunks":[],"async":false}},"21484":{"*":{"id":"19562","name":"*","chunks":[],"async":false}},"24058":{"*":{"id":"83022","name":"*","chunks":[],"async":false}},"26719":{"*":{"id":"81227","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"42784","name":"*","chunks":[],"async":false}},"47617":{"*":{"id":"99829","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"60865":{"*":{"id":"24943","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"28820","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"68016":{"*":{"id":"75300","name":"*","chunks":[],"async":false}},"69494":{"*":{"id":"72399","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"75476":{"*":{"id":"25702","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"74837","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"55632","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"93448","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"74824","name":"*","chunks":[],"async":false}},"82032":{"*":{"id":"1134","name":"*","chunks":[],"async":false}},"83519":{"*":{"id":"20975","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"47938","name":"*","chunks":[],"async":false}},"86481":{"*":{"id":"84747","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"65395","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"61169","name":"*","chunks":[],"async":false}},"97248":{"*":{"id":"6612","name":"*","chunks":[],"async":false}},"99324":{"*":{"id":"73370","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -1 +1 @@
1
- <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-ce60587570394496.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-1eb2a3d94fb55bbf.js" async=""></script><script src="/_next/static/chunks/app/global-error-3c48d7d42c672863.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-ce60587570394496.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[57121,[],\"\"]\n3:I[74581,[],\"\"]\n4:I[90484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[90484,[],\"ViewportBoundary\"]\na:I[90484,[],\"MetadataBoundary\"]\nc:I[26719,[\"4219\",\"static/chunks/app/global-error-3c48d7d42c672863.js\"],\"default\"]\n7:X\n0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4624]},\"$undefined\",\"$undefined\",4624]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$7\"]},null,false,\"$7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"pgteRwI6FQcp683smeSNO\"}\n7:C\n9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n6:null\nb:[]\n"])</script></body></html>
1
+ <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e959a5364a05b2ac.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-1eb2a3d94fb55bbf.js" async=""></script><script src="/_next/static/chunks/app/global-error-3c48d7d42c672863.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-e959a5364a05b2ac.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[57121,[],\"\"]\n3:I[74581,[],\"\"]\n4:I[90484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[90484,[],\"ViewportBoundary\"]\na:I[90484,[],\"MetadataBoundary\"]\nc:I[26719,[\"4219\",\"static/chunks/app/global-error-3c48d7d42c672863.js\"],\"default\"]\n7:X\n0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4624]},\"$undefined\",\"$undefined\",4624]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$7\"]},null,false,\"$7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"Jy5sAJFfhng774VeXYdQS\"}\n7:C\n9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n6:null\nb:[]\n"])</script></body></html>
@@ -7,7 +7,7 @@
7
7
  a:I[90484,[],"MetadataBoundary"]
8
8
  c:I[26719,["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"default"]
9
9
  7:X
10
- 0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{},"$undefined","$undefined",4624]},"$undefined","$undefined",4624]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$7"]},null,false,"$7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"pgteRwI6FQcp683smeSNO"}
10
+ 0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{},"$undefined","$undefined",4624]},"$undefined","$undefined",4624]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$7"]},null,false,"$7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"Jy5sAJFfhng774VeXYdQS"}
11
11
  7:C
12
12
  9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
13
13
  6:null
@@ -7,7 +7,7 @@
7
7
  a:I[90484,[],"MetadataBoundary"]
8
8
  c:I[26719,["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"default"]
9
9
  7:X
10
- 0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{},"$undefined","$undefined",4624]},"$undefined","$undefined",4624]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$7"]},null,false,"$7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"pgteRwI6FQcp683smeSNO"}
10
+ 0:{"P":null,"c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["_global-error",{"children":["__PAGE__",{},"$undefined","$undefined",4624]},"$undefined","$undefined",4624]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,null]},null,false,"$7"]},null,false,"$7"],["$","$1","h",{"children":[null,["$","$L8",null,{"children":"$L9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$Lb"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$c",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"Jy5sAJFfhng774VeXYdQS"}
11
11
  7:C
12
12
  9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
13
13
  6:null
@@ -8,7 +8,7 @@ b:I[74581,[],""]
8
8
  6:X
9
9
  d:X
10
10
  d:C
11
- 0:{"buildId":"pgteRwI6FQcp683smeSNO","data":[{"rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":"$@5","staleTime":"$6","varyParams":null},{"rsc":["$","$1","h",{"children":[null,["$","$L7",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L8",null,{"children":["$","$3",null,{"name":"Next.Metadata","children":[]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@9","staleTime":"$6","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","template":["$","$Lb",null,{}]}]]}],"isPartial":"$@c","staleTime":"$6","varyParams":"$d"},{"rsc":["$","$1","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","template":["$","$Lb",null,{}]}]]}],"isPartial":"$@e","staleTime":"$6","varyParams":"$d"}],"isUpgradeableISRFallback":false,"a":"$@f","rootVaryParams":null,"needsRuntimeRequest":"$@10"}
11
+ 0:{"buildId":"Jy5sAJFfhng774VeXYdQS","data":[{"rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":[["$","title",null,{"children":"500: This page couldn’t load"}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }"}}]]}],["$","body",null,{"children":["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","display":"flex","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"style":{"marginTop":"-32px","maxWidth":"325px","padding":"32px 28px","textAlign":"left"},"children":[["$","svg",null,{"width":"32","height":"32","viewBox":"-0.2 -1.5 32 32","fill":"none","style":{"marginBottom":"24px"},"children":["$","path",null,{"d":"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z","fill":"var(--next-error-title)"}]}],["$","h1",null,{"style":{"fontSize":"24px","fontWeight":500,"letterSpacing":"-0.02em","lineHeight":"32px","margin":"0 0 12px 0","color":"var(--next-error-title)"},"children":"This page couldn’t load"}],["$","p",null,{"style":{"fontSize":"14px","fontWeight":400,"lineHeight":"21px","margin":"0 0 20px 0","color":"var(--next-error-message)"},"children":"A server error occurred. Reload to try again."}],["$","form",null,{"style":{"margin":0},"children":["$","button",null,{"type":"submit","style":{"display":"inline-flex","alignItems":"center","justifyContent":"center","height":"32px","padding":"0 12px","fontSize":"14px","fontWeight":500,"lineHeight":"20px","borderRadius":"6px","cursor":"pointer","color":"var(--next-error-btn-text)","background":"var(--next-error-btn-bg)","border":"var(--next-error-btn-border)"},"children":"Reload"}]}]]}]}]}]]}],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":"$@5","staleTime":"$6","varyParams":null},{"rsc":["$","$1","h",{"children":[null,["$","$L7",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L8",null,{"children":["$","$3",null,{"name":"Next.Metadata","children":[]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@9","staleTime":"$6","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","template":["$","$Lb",null,{}]}]]}],"isPartial":"$@c","staleTime":"$6","varyParams":"$d"},{"rsc":["$","$1","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","template":["$","$Lb",null,{}]}]]}],"isPartial":"$@e","staleTime":"$6","varyParams":"$d"}],"isUpgradeableISRFallback":false,"a":"$@f","rootVaryParams":null,"needsRuntimeRequest":"$@10"}
12
12
  4:null
13
13
  6:300
14
14
  10:true
@@ -1 +1 @@
1
- 0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"_global-error","param":null,"prefetchHints":4208,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4272,"slots":null}}}}},"staleTime":300,"buildId":"pgteRwI6FQcp683smeSNO"}
1
+ 0:{"tree":{"name":"","param":null,"prefetchHints":4176,"slots":{"children":{"name":"_global-error","param":null,"prefetchHints":4208,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4272,"slots":null}}}}},"staleTime":300,"buildId":"Jy5sAJFfhng774VeXYdQS"}
@@ -1 +1 @@
1
- (()=>{var a={};a.id=9492,a.ids=[9492],a.modules={1708:a=>{"use strict";a.exports=require("node:process")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12629:a=>{"use strict";a.exports=import("web-tree-sitter")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},38522:a=>{"use strict";a.exports=require("node:zlib")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},54974:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>k,handler:()=>m,routeModule:()=>l});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i={children:["",{children:["_not-found",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),"next/dist/client/components/builtin/not-found.js"]}]},{}]},{layout:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,76537))),"/home/runner/work/cockpit/cockpit/src/app/layout.tsx"],"global-error":[(0,d.p)(()=>Promise.resolve().then(c.bind(c,81227))),"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"],forbidden:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await (0,d.p)(()=>Promise.resolve().then(c.bind(c,70440)))()).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]}.children,j=(0,e.H)({tree:i,page:"/_not-found/page",pathname:"/_not-found",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),k=j.__next_app__,l=j.routeModule,m=j.handler},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73136:a=>{"use strict";a.exports=require("node:url")},76760:a=>{"use strict";a.exports=require("node:path")},78335:()=>{},78908:a=>{"use strict";a.exports=import("shiki")},79748:a=>{"use strict";a.exports=require("fs/promises")},96487:()=>{}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,6644,3641,5750],()=>b(b.s=54974));module.exports=c})();
1
+ (()=>{var a={};a.id=9492,a.ids=[9492],a.modules={1708:a=>{"use strict";a.exports=require("node:process")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12629:a=>{"use strict";a.exports=import("web-tree-sitter")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},27218:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>k,handler:()=>m,routeModule:()=>l});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i={children:["",{children:["_not-found",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),"next/dist/client/components/builtin/not-found.js"]}]},{}]},{layout:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,76537))),"/home/runner/work/cockpit/cockpit/src/app/layout.tsx"],"global-error":[(0,d.p)(()=>Promise.resolve().then(c.bind(c,81227))),"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"],forbidden:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await (0,d.p)(()=>Promise.resolve().then(c.bind(c,70440)))()).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]}.children,j=(0,e.H)({tree:i,page:"/_not-found/page",pathname:"/_not-found",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),k=j.__next_app__,l=j.routeModule,m=j.handler},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},38522:a=>{"use strict";a.exports=require("node:zlib")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73136:a=>{"use strict";a.exports=require("node:url")},76760:a=>{"use strict";a.exports=require("node:path")},78335:()=>{},78908:a=>{"use strict";a.exports=import("shiki")},79748:a=>{"use strict";a.exports=require("fs/promises")},96487:()=>{}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,6644,3641,5750],()=>b(b.s=27218));module.exports=c})();