github.com/sl1pm4t/consul@v1.4.5-0.20190325224627-74c31c540f9c/ui-v2/app/utils/templatize.js (about) 1 export default function(arr = []) { 2 return arr.map(item => `template-${item}`); 3 }