aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2021-01-12 14:58:54 +0200
committerKAPIL SINGAL <ks220y@att.com>2021-01-13 14:17:55 +0000
commitcae13f9196921c1b854d2f199db4dfbdd5868a62 (patch)
tree18c4e393b2b162fd85e45afb6209f7924e0bdf78 /cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab
parent462f304e905e48ef068ddd0e23f9253568c4012c (diff)
Apply style modifications to done development tasks
Issue-ID: CCSDK-2525 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I7c676a1fe469d91df7b4f185a1b1e52c5c91c17b
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab/scripts-tab.component.html17
1 files changed, 6 insertions, 11 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab/scripts-tab.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab/scripts-tab.component.html
index a38027ff5..6782998db 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab/scripts-tab.component.html
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/scripts-tab/scripts-tab.component.html
@@ -1,16 +1,11 @@
<div class="import-container-all">
- <div class="import-container">
- <div class="import-container-input">
- <input class="ng-pristine ng-valid ng-touched" placeholder="Enter file URL then ENTER" type="input">
- <a class="enter-link" href="#"><i class="icon-enter-link"></i></a>
- </div>
+ <div class="mb-4">
+ <!--Create Script File-->
+ <button type="button" data-target="#createScriptsModal" data-toggle="modal" class="btn mb-2 mr-2 create-script-button"><i class="fa fa-plus"></i> <span></span>Create Script
+ </button>
<span tourAnchor="st-scriptsImport" class="import-container-span">Or you can also <a data-target="#scriptsModal"
data-toggle="modal" (click)="resetTheUploadedFiles()" href="#"><b>Import File</b></a></span>
-
</div>
- <!--Create Script File-->
- <button type="button" data-target="#createScriptsModal" data-toggle="modal" class="btn btn-info mb-2">Create
- </button>
<!---->
<div class="accordion">
@@ -135,7 +130,7 @@
<!-- create script modal -->
<div aria-hidden="true" aria-labelledby="createScriptsModalLabel" class="modal fade" id="createScriptsModal"
role="dialog" tabindex="-1">
- <div class="modal-dialog modal-xl" role="document">
+ <div class="modal-dialog" style="max-width: 60%" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="createScriptsModalLabel">Create Script File</h5>
@@ -210,7 +205,7 @@
</button>
<button (click)="textCurrentChanges()" data-dismiss="modal" [disabled]="currentFileName?.length == 0 ||
this.currentFileContent?.length == 0" title="Save script file"
- class="btn btn-sm btn-primary">Save
+ class="btn btn-sm btn-primary">Create Script
</button>
</div>
</div>