Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the required class from optional ssh port in installation page #5428

Merged
merged 1 commit into from
Nov 29, 2018

Conversation

r-52
Copy link

@r-52 r-52 commented Nov 29, 2018

the ssh port is optional during the installation process. The translations even mention that it is optional and can be blank. Right now it has the required class which creates the red * behind the
field caption - used for required fields. If you leave it blank, the SSH option is disabled (not touched by this PR)

the ssh port is optional during the installation process. The
translations even mention that it is optional and can be blank. Right
now it has the `required` class which creates the red `*` behind the
field caption - used for required fields.
If you leave it blank, the SSH option is disabled
(not touched by this PR)

Signed-off-by: Roman <[email protected]>
@bkcsoft bkcsoft added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Nov 29, 2018
@codecov-io
Copy link

Codecov Report

Merging #5428 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5428      +/-   ##
==========================================
- Coverage   37.55%   37.54%   -0.01%     
==========================================
  Files         317      317              
  Lines       46832    46832              
==========================================
- Hits        17587    17584       -3     
- Misses      26744    26749       +5     
+ Partials     2501     2499       -2
Impacted Files Coverage Δ
models/unit.go 0% <0%> (-14.29%) ⬇️
routers/repo/view.go 44.78% <0%> (-1.23%) ⬇️
modules/process/manager.go 81.15% <0%> (+4.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c13ba8...b3cb2fb. Read the comment docs.

@techknowlogick techknowlogick added the topic/ui Change the appearance of the Gitea UI label Nov 29, 2018
@bkcsoft bkcsoft added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Nov 29, 2018
@lafriks lafriks added this to the 1.7.0 milestone Nov 29, 2018
@lafriks lafriks merged commit fdb4176 into go-gitea:master Nov 29, 2018
@lafriks lafriks changed the title remove the required class from optional ssh port Remove the required class from optional ssh port in installation page Nov 29, 2018
@r-52 r-52 deleted the rk-install-ssh-port-required branch December 2, 2018 20:37
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. topic/ui Change the appearance of the Gitea UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants