Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zeppelin-web/src/app/configuration/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h3 class="new_h3">
</div>
</div>

<div class="box width-full home">
<div class="box width-full">
<div>
<div class="row configuration">
<div class="col-md-12">
Expand Down
2 changes: 1 addition & 1 deletion zeppelin-web/src/app/credential/credential.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h3 class="new_h3">
</div>
</div>

<div class="box width-full home"
<div class="box width-full"
>
<div>
<div class="row interpreter">
Expand Down
2 changes: 1 addition & 1 deletion zeppelin-web/src/app/interpreter/interpreter.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h4>Repositories</h4>
<div ng-include src="'app/interpreter/interpreter-create/interpreter-create.html'"></div>
</div>

<div class="box width-full home"
<div class="box width-full"
ng-repeat="setting in interpreterSettings | orderBy: 'group' | filter: searchInterpreter">
<div id="{{setting.name | lowercase}}">
<div class="row interpreter">
Expand Down