Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Palabola committed Oct 8, 2024
1 parent 5bca76c commit 4975edd
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions src/app/pages/server-compare/server-compare.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,18 +627,6 @@ <h3 class="pl-3 text-xl font-semibold">Further Benchmarks</h3>
</ul>
</div>

<!--
<div id="static_web_conn_options" class="z-100 hidden bg-secondary rounded-lg shadow w-52 border border-emerald-400 border-solid">
<ul class="py-2 px-1 text-sm text-gray-700 dark:text-gray-200" aria-labelledby="dropdownDefaultButton">
<li *ngFor="let item of connectionsOptions"
class="flex py-1 px-2 gap-2 items-center cursor-pointer hover:bg-emerald-500 rounded-sm"
(click)="selectStaticWebConnOption(item)" >
<div class="text-white text-sm ">{{item.name}}</div>
</li>
</ul>
</div>
-->

<ng-container *ngFor="let charItem of multiBarCharts">
<div id="{{charItem.chart.id}}_options" class="z-100 hidden bg-secondary rounded-lg shadow w-44 border border-emerald-400 border-solid">
<ul class="py-2 px-1 text-sm text-gray-700" aria-labelledby="dropdownDefaultButton">
Expand Down Expand Up @@ -669,38 +657,6 @@ <h3 class="pl-3 text-xl font-semibold">Further Benchmarks</h3>

</ng-container>

<!--
<div id="static_web_options" class="z-100 hidden bg-secondary rounded-lg shadow w-52 border border-emerald-400 border-solid">
<ul class="py-2 px-1 text-sm text-gray-700 dark:text-gray-200" aria-labelledby="dropdownDefaultButton">
<li *ngFor="let item of staticWebOptions"
class="flex py-1 px-2 gap-2 items-center cursor-pointer hover:bg-emerald-500 rounded-sm"
(click)="selectStaticWebOption(item)" >
<div class="text-white text-sm ">{{item.name}}</div>
</li>
</ul>
</div>
<div id="redis_op_options" class="z-100 hidden bg-secondary rounded-lg shadow w-52 border border-emerald-400 border-solid">
<ul class="py-2 px-1 text-sm text-gray-700 dark:text-gray-200" aria-labelledby="dropdownDefaultButton">
<li *ngFor="let item of operationsOptions"
class="flex py-1 px-2 gap-2 items-center cursor-pointer hover:bg-emerald-500 rounded-sm"
(click)="selectRedisOpOption(item)" >
<div class="text-white text-sm ">{{item.name}}</div>
</li>
</ul>
</div>
<div id="redis_options" class="z-100 hidden bg-secondary rounded-lg shadow w-52 border border-emerald-400 border-solid">
<ul class="py-2 px-1 text-sm text-gray-700 dark:text-gray-200" aria-labelledby="dropdownDefaultButton">
<li *ngFor="let item of redisOptions"
class="flex py-1 px-2 gap-2 items-center cursor-pointer hover:bg-emerald-500 rounded-sm"
(click)="selectRedisOption(item)" >
<div class="text-white text-sm ">{{item.name}}</div>
</li>
</ul>
</div>
-->

<div id="compress_method_options" class="z-100 hidden bg-secondary rounded-lg shadow w-52 border border-emerald-400 border-solid">
<ul class="py-2 px-1 text-sm text-gray-700 dark:text-gray-200" aria-labelledby="dropdownDefaultButton">
<li *ngFor="let item of availableCompressMethods"
Expand Down

0 comments on commit 4975edd

Please sign in to comment.