diff --git a/src/app/views/masters/course-master/course-master.component.html b/src/app/views/masters/course-master/course-master.component.html index d1bc835..828418a 100644 --- a/src/app/views/masters/course-master/course-master.component.html +++ b/src/app/views/masters/course-master/course-master.component.html @@ -40,7 +40,7 @@ CB001 Information Technology - SRM University + U0004-SRM University SEM Active @@ -59,7 +59,7 @@ CHE002 Computer Science And Engg - Anna University + U0005-Anna University SEM Active @@ -78,7 +78,7 @@ MP0200 Mechanical Engg - Karpagam University + U0003-Karpagam University SEM Active @@ -97,7 +97,7 @@ L0022 Fashion Technology - Ann University + U0005-Anna University SEM InActive @@ -116,7 +116,7 @@ CB001 Information Technology - SRM University + U0004-SRM University SEM Active @@ -155,30 +155,30 @@ Add Course
-
+
Course Details
-
+
-
+
-
+
-
+
-
- -
-
- -
-
- -
-
- -
- - -
+ -
-   - -
+
+
diff --git a/src/app/views/masters/university-master/university-master.component.html b/src/app/views/masters/university-master/university-master.component.html index 96dee07..941dc5e 100644 --- a/src/app/views/masters/university-master/university-master.component.html +++ b/src/app/views/masters/university-master/university-master.component.html @@ -10,7 +10,7 @@
- University List + View University Details
@@ -31,16 +31,20 @@ University ID University Name + University Short Name Email ID + Mobile Number Status - Activity + Activity - KSOU - Karnataka university + 5 + Karnataka University + KU ks@uni.com + 9527777319 Active @@ -50,9 +54,11 @@ - AUT - Anna university + 4 + Anna University + AU au@uni.com + 9327777319 Active @@ -62,9 +68,11 @@ - BUT + 3 Bharathi University + BU bu@uni.com + 9399993111 Inactive @@ -74,9 +82,11 @@ - TUT - Tamilnadu university + 2 + Tamilnadu University + TU ta@uni.com + 9399993000 Inactive @@ -86,9 +96,11 @@ - THUT - Thiruvalluvar university + 1 + Thiruvalluvar University + THU thu@uni.com + 9399993999 Active @@ -118,73 +130,91 @@ Add University -
-
- University -
- +
+
+
+
+
+ University Details +
-
-
-
+
+ +
+ +
+
+ +
+
+ +
+
+ +
-
- - +
+ +
-
- -
-
+
+ +
+
-
-
- -
- -
-
-
- +
+
+
+ Fees Details
-
-
- +
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ + +
+
+
+
+   + +
+
+
+ + -
+
diff --git a/src/app/views/masters/university-master/university-master.component.scss b/src/app/views/masters/university-master/university-master.component.scss index afeb7c4..e135ac0 100644 --- a/src/app/views/masters/university-master/university-master.component.scss +++ b/src/app/views/masters/university-master/university-master.component.scss @@ -2,3 +2,6 @@ .required{ color:red; } +.endBtn { + padding-right: 2px; + }