Bug 893298
Summary: | Lack of a dot in domain create and update page | ||||||
---|---|---|---|---|---|---|---|
Product: | OKD | Reporter: | Mengjiao Gao <mgao> | ||||
Component: | Website | Assignee: | Clayton Coleman <ccoleman> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 2.x | CC: | dmcphers, szhou, yujzhang | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 895355 (view as bug list) | Environment: | |||||
Last Closed: | 2013-02-14 00:39:06 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 895355 | ||||||
Attachments: |
|
Description
Mengjiao Gao
2013-01-09 04:21:59 UTC
(In reply to comment #1) Tested on devenv_2662, the code is not merged, but it really worked if I made the following changes manually to ./opt/rh/ruby193/root/usr/share/gems/gems/openshift-origin-console-1.3.3/app/views/domains/_form.html.haml on instance: - %span.add-on>= RestApi.application_domain_suffix + %span.add-on>= ".#{RestApi.application_domain_suffix}" Will test it again when the code is in. Tested on devenv_2669, the dot has been added on change domain page, verify this bug. Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/7d04af0491ec3ea030bd4ca0b25571fab50cf773 Bug 893298 - fixing the missing . on the site /account page |