You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.
(function () {var a={methods:{invalidate:function(){this.$api.get("cloudfront/invalidate").then(function(){console.log("invalidation was sent")})}}};if(typeof a==="function"){a=a.options}Object.assign(a,function(){var render=function(){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c("k-view",{attrs:{"className":"k-test-view"}},[_c("k-header",[_vm._v("CloudFront Invalidations")]),_vm._v(" "),_c("k-grid",{attrs:{"gutter":"small"}},[_c("k-column",{attrs:{"width":"1/1"}},[_c("k-text",{attrs:{"theme":"help"}},[_vm._v("Every content is cached and sometimes you need to free the cache up. ")])],1),_vm._v(" "),_c("k-column",{attrs:{"width":"1/1"}},[_c("k-button",{attrs:{"icon":"refresh"},on:{"click":_vm.invalidate}},[_vm._v("Invalidate ")])],1)],1)],1)};var staticRenderFns=[];return{render:render,staticRenderFns:staticRenderFns,_compiled:true,_scopeId:null,functional:undefined}}());panel.plugin("liftric/cloudfrontinvalidations",{views:{cloudfront:{component:a,icon:"refresh",label:"CloudFront"}}});})();