Skip to content

Commit

Permalink
fixing expression property panel - now it is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Aug 30, 2022
1 parent 90e9035 commit d0327a6
Showing 1 changed file with 5 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,11 @@
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<div class="col-lg-4 col-md-4 col-xs-12 prism-property-label " wicket:id="header"/>
<div class="col-lg-12 col-md-12 col-xs-12 prism-property-value">
<div wicket:id="values">
<div class="row">
<div wicket:id="value">
</div>
</div>
</div>
<div class="col-xl-2 col-md-4 col-xs-12 prism-property-label " wicket:id="header"/>
<div class="prism-property-value" wicket:id="valuesContainer">
<wicket:container wicket:id="values">
<wicket:container wicket:id="value" />
</wicket:container>
</div>
<!-- <div class="col-lg-4 col-md-4 col-xs-12 prism-property-label " wicket:id="header"/>-->
<!-- <div class="row">-->
<!-- <div class="col-lg-12 col-md-12 col-xs-12 prism-property-value" wicket:id="values">-->
<!-- <div class="col-md-12" wicket:id="valueContainer">-->
<!-- <form wicket:id="form">-->
<!-- <div wicket:id="input"/>-->
<!-- </form>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
</wicket:panel>
</html>

0 comments on commit d0327a6

Please sign in to comment.