File tree Expand file tree Collapse file tree
jig-core/src/main/resources/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ <h1 th:text="${title}">一覧出力</h1>
1717 </ aside >
1818
1919 < div class ="list-output-tabs " role ="tablist " aria-label ="一覧の切り替え ">
20- < button class ="tab-button " type ="button " data-tab-group ="main " data-tab ="business " aria-controls ="business-panel " aria-selected ="false "> ビジネスルール一覧</ button >
21- < button class ="tab-button is-active " type ="button " data-tab-group ="main " data-tab ="application " aria-controls ="application-panel " aria-selected ="true "> 機能一覧</ button >
20+ < button class ="tab-button is-active " type ="button " data-tab-group ="main " data-tab ="business " aria-controls ="business-panel " aria-selected ="false "> ビジネスルール一覧</ button >
21+ < button class ="tab-button " type ="button " data-tab-group ="main " data-tab ="application " aria-controls ="application-panel " aria-selected ="true "> 機能一覧</ button >
2222 </ div >
2323
24- < section id ="business-panel " class ="list-output-tab " data-tab-group ="main " data-tab ="business " role ="tabpanel ">
24+ < section id ="business-panel " class ="list-output-tab is-active " data-tab-group ="main " data-tab ="business " role ="tabpanel ">
2525 < h2 > ビジネスルール一覧</ h2 >
2626 < div class ="list-output-tabs " role ="tablist " aria-label ="ビジネスルール一覧の切り替え ">
2727 < button class ="tab-button is-active " type ="button " data-tab-group ="business " data-tab ="package " aria-controls ="business-package-panel " aria-selected ="true "> PACKAGE</ button >
@@ -166,7 +166,7 @@ <h3>注意メソッド</h3>
166166 </ section >
167167 </ section >
168168
169- < section id ="application-panel " class ="list-output-tab is-active " data-tab-group ="main " data-tab ="application " role ="tabpanel ">
169+ < section id ="application-panel " class ="list-output-tab " data-tab-group ="main " data-tab ="application " role ="tabpanel ">
170170 < h2 > 機能一覧</ h2 >
171171 < div class ="list-output-tabs " role ="tablist " aria-label ="機能一覧の切り替え ">
172172 < button class ="tab-button is-active " type ="button " data-tab-group ="application " data-tab ="controller " aria-controls ="controller-panel " aria-selected ="true "> CONTROLLER</ button >
You can’t perform that action at this time.
0 commit comments