diff --git a/static/index.html b/static/index.html
index f986b20..b680963 100644
--- a/static/index.html
+++ b/static/index.html
@@ -74,7 +74,7 @@
width: 30px;
}
- .default {
+ .default, .extra {
width: 50px;
}
@@ -172,6 +172,11 @@
cb.value = (column[field] === "YES");
cb.disabled = true;
column[field] = cb;
+ case "extra":
+ if(column[field] === "auto_increment") {
+ column[field] = "AI";
+ td.title = "Auto increment";
+ }
}
if (column[field]) {