Skip to content
Snippets Groups Projects
Commit d154fa32 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #766 from metabase/mobile_dashboard_fix

Mobile dashboard fix
parents 08f520db 73a465f1
Branches
Tags
No related merge requests found
......@@ -3,9 +3,9 @@
<div class="Form-field" mb-form-field="engine">
<mb-form-label display-name="Database type" field-name="engine"></mb-form-label>
<ul class="Form-offset full mt2" ng-show="!database.engine">
<li class="DatabaseEngine" ng-repeat="(type, properties) in ENGINES">
<li class="DatabaseEngine" ng-repeat="(type, properties) in ENGINES" ng-click="database.engine = type">
<mb-icon name="check" class="DatabaseEngine-check" width="16px" height="16px"></mb-icon>
<div ng-click="database.engine = type">
<div>
{{properties.name}}
</div>
</li>
......
......@@ -60,6 +60,7 @@ DashboardControllers.controller('DashDetail', ['$scope', '$routeParams', '$locat
* window is set to < 600px, even without mobileBreakPoint set.
*/
//mobileBreakPoint: 640,
saveGridItemCalculatedHeightInMobile: true,
floating: false,
pushing: false,
swapping: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment