mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
extension(storidge): add Storidge extension (#1581)
This commit is contained in:
parent
edadce359c
commit
7817d4bd0b
47 changed files with 2484 additions and 44 deletions
|
@ -116,7 +116,7 @@ gruntfile_cfg.src = {
|
|||
js: ['app/**/__module.js', 'app/**/*.js', '!app/**/*.spec.js'],
|
||||
jsTpl: ['<%= distdir %>/templates/**/*.js'],
|
||||
html: ['index.html'],
|
||||
tpl: ['app/components/**/*.html', 'app/directives/**/*.html'],
|
||||
tpl: ['app/components/**/*.html', 'app/directives/**/*.html', 'app/extensions/**/*.html'],
|
||||
css: ['assets/css/app.css', 'app/**/*.css']
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue