Explorar o código

Add feet to the length menu (#9889)

Ryan McKinley %!s(int64=8) %!d(string=hai) anos
pai
achega
41be15ee4e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      public/app/core/utils/kbn.ts

+ 1 - 0
public/app/core/utils/kbn.ts

@@ -891,6 +891,7 @@ kbn.getUnitFormats = function() {
       submenu: [
         { text: 'millimetre (mm)', value: 'lengthmm' },
         { text: 'meter (m)', value: 'lengthm' },
+        { text: 'feet (ft)', value: 'lengthft' },
         { text: 'kilometer (km)', value: 'lengthkm' },
         { text: 'mile (mi)', value: 'lengthmi' },
       ],