karldreher / KnowYourPorts

A web application which can be used to lookup TCP/IP ports.
GNU General Public License v3.0
0 stars 5 forks source link

Change "description" to "name" #23

Closed karldreher closed 4 years ago

karldreher commented 4 years ago

IF name is empty, show description instead

IF name AND description != Null, show text: "## is the port number for $name.
It is used for $description".

Class based template selection, backend will return class based on conditions above

karldreher commented 4 years ago

addressed in #25 - see 3541a99dd9adf557f5a080b2e6b09bd1d4d0d96d and 067bcd594aab7f0e9f5820be7e053ad61a238e6f.