diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/javascripts/backends.js | 2 | ||||
-rw-r--r-- | app/assets/javascripts/backends/terraform_aws.js | 2 | ||||
-rw-r--r-- | app/assets/javascripts/backends/terraform_libvirt.js | 2 | ||||
-rw-r--r-- | app/assets/javascripts/setup.js | 2 | ||||
-rw-r--r-- | app/assets/stylesheets/backends.css | 4 | ||||
-rw-r--r-- | app/assets/stylesheets/backends/terraform_aws.css | 4 | ||||
-rw-r--r-- | app/assets/stylesheets/backends/terraform_libvirt.css | 4 | ||||
-rw-r--r-- | app/assets/stylesheets/setup.css | 4 |
8 files changed, 24 insertions, 0 deletions
diff --git a/app/assets/javascripts/backends.js b/app/assets/javascripts/backends.js new file mode 100644 index 0000000..dee720f --- /dev/null +++ b/app/assets/javascripts/backends.js @@ -0,0 +1,2 @@ +// Place all the behaviors and hooks related to the matching controller here. +// All this logic will automatically be available in application.js. diff --git a/app/assets/javascripts/backends/terraform_aws.js b/app/assets/javascripts/backends/terraform_aws.js new file mode 100644 index 0000000..dee720f --- /dev/null +++ b/app/assets/javascripts/backends/terraform_aws.js @@ -0,0 +1,2 @@ +// Place all the behaviors and hooks related to the matching controller here. +// All this logic will automatically be available in application.js. diff --git a/app/assets/javascripts/backends/terraform_libvirt.js b/app/assets/javascripts/backends/terraform_libvirt.js new file mode 100644 index 0000000..dee720f --- /dev/null +++ b/app/assets/javascripts/backends/terraform_libvirt.js @@ -0,0 +1,2 @@ +// Place all the behaviors and hooks related to the matching controller here. +// All this logic will automatically be available in application.js. diff --git a/app/assets/javascripts/setup.js b/app/assets/javascripts/setup.js new file mode 100644 index 0000000..dee720f --- /dev/null +++ b/app/assets/javascripts/setup.js @@ -0,0 +1,2 @@ +// Place all the behaviors and hooks related to the matching controller here. +// All this logic will automatically be available in application.js. diff --git a/app/assets/stylesheets/backends.css b/app/assets/stylesheets/backends.css new file mode 100644 index 0000000..afad32d --- /dev/null +++ b/app/assets/stylesheets/backends.css @@ -0,0 +1,4 @@ +/* + Place all the styles related to the matching controller here. + They will automatically be included in application.css. +*/ diff --git a/app/assets/stylesheets/backends/terraform_aws.css b/app/assets/stylesheets/backends/terraform_aws.css new file mode 100644 index 0000000..afad32d --- /dev/null +++ b/app/assets/stylesheets/backends/terraform_aws.css @@ -0,0 +1,4 @@ +/* + Place all the styles related to the matching controller here. + They will automatically be included in application.css. +*/ diff --git a/app/assets/stylesheets/backends/terraform_libvirt.css b/app/assets/stylesheets/backends/terraform_libvirt.css new file mode 100644 index 0000000..afad32d --- /dev/null +++ b/app/assets/stylesheets/backends/terraform_libvirt.css @@ -0,0 +1,4 @@ +/* + Place all the styles related to the matching controller here. + They will automatically be included in application.css. +*/ diff --git a/app/assets/stylesheets/setup.css b/app/assets/stylesheets/setup.css new file mode 100644 index 0000000..afad32d --- /dev/null +++ b/app/assets/stylesheets/setup.css @@ -0,0 +1,4 @@ +/* + Place all the styles related to the matching controller here. + They will automatically be included in application.css. +*/ |