Skip to content

Commit

Permalink
5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovikov committed Mar 27, 2016
1 parent 6fcee40 commit ec6d86e
Show file tree
Hide file tree
Showing 20 changed files with 2,289 additions and 2,114 deletions.
4 changes: 2 additions & 2 deletions css/font-awesome.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/homer.css
Original file line number Diff line number Diff line change
Expand Up @@ -2526,7 +2526,7 @@ span.navText {
left: 20%;
padding: 5px;
height: 523px;
width: 33%;
width: 43%;
z-index: 100002;
min-height: 300px;
min-width: 200px;
Expand Down
99 changes: 86 additions & 13 deletions css/report-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,19 @@

.white-bg {
background: #fff;
margin-bottom: 20px;
margin-bottom: 5px;
margin-top: 5px;
}

.begining span, .end span, .from-to span {
.begining span, .end span, .from-to span, .to-from span {
font-weight: 700;
}

.from-to {
display: inline-block;
// margin-left: 20px;
padding-top: 11px;
padding-left: 10px;
display: inline-block;
width: 50%;
float:left;
Expand Down Expand Up @@ -84,7 +86,7 @@
background: #F6F6F6;
margin-top: 10px;
padding: 5px;
font-size: 12px;
font-size: 10px;
}

.chart-general li input {
Expand Down Expand Up @@ -124,43 +126,82 @@
font-weight: 700;
}

.S-text {
font-size: 12px;
font-weight: 800;
margin-left: 5px;
margin-right: 5px;
}
.XS-text {
font-size: 10px;
font-weight: 400;
margin-left: 5px;
margin-right: 5px;
}

.L-text {
font-size: 25px;
font-size: 22px;
font-weight: 700;
}

.XL-text {
font-size: 45px;
font-size: 35px;
font-weight: 700;
line-height: 60px;
}

.light-grey {
background: #c3c3c3;
margin-top: 10px;
padding-top: 8px;
border-radius: 5px;
}

.light-orange {
background: #e6e6e6;
margin-top: 10px;
padding-top: 10px;
border-radius: 5px;
}

.light-blue {
background: #ccd8db;
margin-top: 10px;
padding-top: 10px;
border-radius: 5px;
}

.light-silver {
background: rgb(241, 241, 241);
margin-top: 10px;
padding-top: 10px;
border-radius: 5px;
}

.light-green {
background: #d3e5d8;
margin-top: 10px;
padding-top: 10px;
border-radius: 5px;
}

.light-green .L-text, .light-blue .L-text, .light-orange .L-text {
line-height: 40px;
line-height: 20px;
}

.center-text {
text-align: center;
padding: 15px;
min-height: 140px;
padding: 10px;
// min-height: 140px;
}

.xrtp-block {
text-align: center;
padding: 10px;
width: auto;
margin-right: 4px;
background: #e6e6e6;
border-radius: 10px;
}

.green-full, .grey-full {
Expand Down Expand Up @@ -240,6 +281,16 @@ min-height: 140px;
float: right;
}

.box-codec {
display: inline-block;
padding: 3px;
font-size: 11px;
color: #fff;
margin: 1px;
// float:left;
border-radius: 3px;
}

.box-small {
padding: 15px;
font-size: 18px;
Expand All @@ -248,6 +299,15 @@ min-height: 140px;
text-align: center;
}

.box-metrics {
display: inline-block;
padding: 0px 5px 0px 5px;
font-size: 11px;
color: #fff;
margin: 1px;
border-radius: 3px;
}

.blue {
background: #003D4C;

Expand Down Expand Up @@ -280,7 +340,7 @@ min-height: 140px;


.padding-top {
padding-top: 25px;
padding-top: 5px;
}

.report-panel-body svg#Layer_1 {
Expand Down Expand Up @@ -325,10 +385,10 @@ padding-top: 25px;
}


@media (max-width: 1424px) {
@media (max-width: 2499px) {

.container {
width: 95%;
width: 100%;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
Expand All @@ -343,11 +403,11 @@ padding-top: 25px;
}

.L-text {
font-size: 30px;
font-size: 18px;
}

.XL-text {
font-size: 50px;
font-size: 35px;
line-height: 42px;
}

Expand All @@ -373,3 +433,16 @@ padding-top: 25px;

}

.highcharts-container {
height: 250px;
}

.full-screen-modal {
top: 0;
left: 0;
width: 100%;
}

.short-p {
margin: 0 0 2px 0;
}
Binary file modified fonts/fontawesome-webfont.eot
Binary file not shown.
1,077 changes: 614 additions & 463 deletions fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added fonts/fontawesome-webfont.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head lang="en">
<meta charset="UTF-8">
<title>HOMER 5.0.4</title>
<title>HOMER 5.0.5</title>

<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

Expand Down
3 changes: 1 addition & 2 deletions js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@
eventbus.broadcast(homer.modules.pages.events.resetGridState, "1");
$location.path(homer.modules.pages.routes.home);
};



eventbus.subscribe(homer.modules.auth.events.userLoggedIn, function(event, args) {
if (!$scope.templateSet) {

Expand Down
2 changes: 1 addition & 1 deletion js/modules/core/directives/directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@
]);

}(angular, homer));


24 changes: 24 additions & 0 deletions js/modules/core/services/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,29 @@

return defer.promise;
};

var searchQOSReport = function (data) {

var defer = $q.defer();

$http.post('api/v1/report/qos', data, {handleStatus:[403,503]}).then(
/* good response */
function (results) {
if(results.data.auth == "false") {
defer.reject('user not authorized');
}
else {
defer.resolve(results.data.data);
}
},
/* bad response */
function (results) {
defer.reject('bad response combination');
}
);

return defer.promise;
};

var searchLogReport = function (data) {

Expand Down Expand Up @@ -365,6 +388,7 @@
setSearchValue: setSearchValue,
searchValue: searchValue,
searchRTCPReport: searchRTCPReport,
searchQOSReport: searchQOSReport,
searchLogReport: searchLogReport,
searchQualityReport: searchQualityReport,
loadNode: loadNode
Expand Down
Loading

0 comments on commit ec6d86e

Please sign in to comment.