diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-09-17 11:32:01 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-09-17 12:16:05 +0100 |
commit | 5dc3504be3d0826080b1640dd9d827dcc3601bd0 (patch) | |
tree | 0330f74b115ec8a855cacd08c5ca52512b7f6d3d /changelogs | |
parent | 78b3eea7d248c6d3c48b615c9df24a95cb5fd1d8 (diff) | |
download | gitlab-ce-5dc3504be3d0826080b1640dd9d827dcc3601bd0.tar.gz |
Include correct CSS file for xterm in environments page
When the xterm dependency was moved to a npm dependency
the CSS file path was not updated correctly in the environments page.
In order for xterm to render properly, it needs the correct CSS path.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/50956-web-terminal.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/50956-web-terminal.yml b/changelogs/unreleased/50956-web-terminal.yml new file mode 100644 index 00000000000..73317b0224c --- /dev/null +++ b/changelogs/unreleased/50956-web-terminal.yml @@ -0,0 +1,5 @@ +--- +title: Include correct CSS file for xterm in environments page +merge_request: +author: +type: fixed |