Currently, we show all `coder_script` logs in a single UI container, which makes it challenging to debug which script has an issue.  It would help to move these to separate tabs for each `coder_script` starting from `startup_script`. It may look like this: Here the name can be rendered from [`coder_script.display_name`](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script#display_name-1) and icon from [`coder_script.icon`](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script#icon-1)  The main changes requested are: 1. Split logs from each script into separate tabs. 2. Each tab should have a display name set to [`coder_script.display_name`](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script#display_name-1) 3. Each tab should have an icon set to [`coder_script.icon`](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/script#icon-1) 4. Each tab should show the exit status code of the last command by a change in color.