Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[JENKINS-56109] Change Jenkins configuration UI from tables to divs #3895
[JENKINS-56109] Change Jenkins configuration UI from tables to divs #3895
Changes from 107 commits
25cca80
49bc742
53807bf
0b42038
18a45de
9d9fa0d
52d6e54
4ea4d1c
e65f9ba
e694248
d60ef31
4d49ca3
cc2e91f
de67a5f
dbdbdb9
6d7b65a
5b148ea
8b119d2
4d25f59
a0e3a84
0a37e96
b0d69c7
fd726c3
dc259cb
6dce3af
d52b744
3ec6b7b
c130748
6a2057a
d692ce3
2f58767
ce56186
a2629bf
3d85ebf
3e2f259
4757265
310ff56
f124d92
7f0d368
15692a4
d6ea20b
9b0e0f7
ac30460
43dc984
a1e44df
1ad9253
5721d0e
c3b1bde
95b069d
326686f
f5909bf
45ca53b
b4f2f9b
046f3fe
031d8fa
4dcfe4c
6cb2bb0
c422b76
4624271
8e84b05
eb05c36
2624dda
da1220d
7e3cc8e
39c5708
160ca85
864b36d
46b6937
18cd2d9
3d37cce
499ac6f
930786a
ffe93ad
e92f52a
721e928
3ec58e7
35035d9
e644452
45c15a7
46b0bf8
8bdaf0a
db1f154
1f72de7
1836a53
6d1c87b
caf07e9
8b583ed
3386438
308a368
5787654
427ac04
c6c1842
2c2d08f
83c1a07
21b86d7
74b1223
cafe326
79d548c
bc2af49
3de0489
2b187db
b94859a
5998703
3d689a0
575178b
b53d6a4
af66171
a41f529
8d702ca
c234bf2
cf9f8b3
883e5bd
cbf9006
8b35aab
b300c55
ff87553
6adcdf6
86faf44
cb84e41
5e4ae15
e11ab35
93e9e60
58b1b1c
0441b7b
71a981a
5db4856
d1ca239
a006f08
6503582
e335f7b
f02f80e
007db5f
26ab58f
c914ae0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why use a
tr
class, seems confusing (can the class not be renamed?)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tr
was from my original migration. As part of "get it working" before "get it pretty".It's quite likely a number of these classes can be removed.
It's possible that some of the excess
<div>
s can be as well, but, to some extent I'd rather get a working version in and then let people iterate on further cleanup over time.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
similar to previous comment - using tbody seems to be confusing for future users. its no longer a tbody
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it might be possible to change this, I doubt it's targeted much, the tr one is a lot harder to change, as lots looks it up and there's some plugins we've changed to look at it