Przeglądaj źródła

- Removed helptext

Dorin Paslaru 8 lat temu
rodzic
commit
ddb777f5a8

+ 4 - 8
src/components/WizardSummary/WizardSummary.js

@@ -126,22 +126,22 @@ class WizardSummary extends Component {
           <div className={s.columnLeft}>
             <div className={s.group}>
               <h3>
-                Migration
-                <InfoIcon text="Helptext" />
+                Overview
+
               </h3>
               <div className={s.values}>
                 {/*<div className={s.row}><span>Name:</span><span>{this.props.summary.migrationName}</span></div>*/}
                 <div className={s.row}>
                   <span>Source: <br /> </span>
                   <span>
-                    <span className={s.cloudBox}>{this.props.summary.sourceCloud.name}</span> <br />
+                    <span className={s.cloudBox}>{this.props.summary.sourceCloud.name}</span>
                     {this.props.summary.sourceCloud.credential.name}
                   </span>
                 </div>
                 <div className={s.row}>
                   <span>Target:</span>
                   <span>
-                    <span className={s.cloudBox}>{this.props.summary.targetCloud.name}</span> <br />
+                    <span className={s.cloudBox}>{this.props.summary.targetCloud.name}</span>
                     {this.props.summary.targetCloud.credential.name}
                   </span>
                 </div>
@@ -150,7 +150,6 @@ class WizardSummary extends Component {
             <div className={s.group}>
               <h3>
                 Options
-                <InfoIcon text="Helptext" />
               </h3>
               <div className={s.values}>
                 <div className={s.row + " " + s.migrationType + " " + this.props.summary.migrationType}>
@@ -165,7 +164,6 @@ class WizardSummary extends Component {
             <div className={s.group}>
               <h3>
                 Schedule
-                <InfoIcon text="Helptext" />
               </h3>
               <div className={s.instances + " items-list"}>
                 {schedules}
@@ -176,7 +174,6 @@ class WizardSummary extends Component {
             <div className={s.group}>
               <h3>
                 Instances
-                <InfoIcon text="Helptext" />
               </h3>
               <div className={s.instances + " items-list"}>
                 {instances}
@@ -185,7 +182,6 @@ class WizardSummary extends Component {
             <div className={s.group}>
               <h3>
                 Networks
-                <InfoIcon text="Helptext" />
               </h3>
               <div className={s.networks + " items-list"}>
                 {networks}

+ 5 - 2
src/components/WizardSummary/WizardSummary.scss

@@ -94,11 +94,14 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
   border: 1px solid $gray-dark;
   border-radius: 4px;
   color: $black;
-  line-height: 16px;
+  line-height: 18px;
   text-align: center;
   margin-right: 8px;
   text-transform: uppercase;
-  padding: 0 2px;
+  padding: 0 4px;
+  font-size: 9px;
+  font-weight: $weight-semibold;
+
 }
 .instances {
   :global(.item) {