Feature #20537
Please use monospaced font in fullscreen editor
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
The fullscreen editor is used to edit parameters, which often will be in YAML markup. YAML is indentation sensitive, and using monospaced fonts in the fullscreen editor makes it easier to change parameter values in the editor.
Associated revisions
History
#1
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4731 added
#2
Updated by Rune Hammersland over 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 2164d8c7301af10bd54d16dbe111c8b29232ff43.
#3
Updated by Marek Hulán over 5 years ago
- Legacy Backlogs Release (now unused) set to 240
#4
Updated by Ori Rabin over 5 years ago
- Bugzilla link set to 1382069
#5
Updated by Daniel Lobato Garcia over 5 years ago
- Category set to Web Interface
Fixes #20537: Monospace fonts in fullscreen editor
The fullscreen editor is used to edit parameters which can be in YAML.
Since YAML is an indentation sensitive format, monospaced fonts makes
for easier editing.